#2D97FF

Color #2D97FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2D97FF

Tints of Dodger Blue #2D97FF

Color information

#2D97FF (or 0x2D97FF) is unknown color: approx Dodger Blue. HEX triplet: 2D, 97 and FF. RGB value is (45,151,255). Sum of RGB (Red+Green+Blue) = 45+151+255=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D97FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D97FF is #D26800. Grayscale: #828282. Windows color (decimal): -13789185 or 16750381. OLE color: 16750381.

HSL color Cylindrical-coordinate representation of color #2D97FF: hue angle of 209.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D97FF is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB45151255-
CMYK0.820.4100
HSL209.71º100%58.82%-
HSV(B)209.71º82.35%100%-
XYZ30.229.9198.79-
YUV131.16197.8866.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 9.98%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 255 (100% from 255) = 56.54%
R=9.98%
G=33.48%
B=56.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal451512550.820.4100209.7110058.82
Hex2D97FF522900d2643b
Octal55227377122510032214473
Binary1011011001011111111111101001010100100110100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D97FF; }

 p { color: rgb(45,151,255); }

 H1.HeaderClassName
 {
   color: #2D97FF;
 }
 .AnyTagClassName
 {
   color: #2D97FF;
 }
</style>
background-color css

<style>
 a { background-color: #2D97FF; }

 a { background-color: rgb(45,151,255); }

 div.DivClassName
 {
   background-color: #2D97FF;
 }
 .BgClassName
 {
   background-color: #2D97FF;
 }
</style>
border-color css

<style>
 span { border-color: #2D97FF; }

 span { border-color: rgb(45,151,255); }

 td.TdClassName
 {
   border-color: #2D97FF;
 }
 .TagClassName
 {
   border-color: #2D97FF;
 }
</style>