#2397EF

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

Shades of Dodger Blue #2397EF

Tints of Dodger Blue #2397EF

Color information

#2397EF (or 0x2397EF) is unknown color: approx Dodger Blue. HEX triplet: 23, 97 and EF. RGB value is (35,151,239). Sum of RGB (Red+Green+Blue) = 35+151+239=425 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.24% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #2397EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2397EF is #DC6810. Grayscale: #7D7D7D. Windows color (decimal): -14444561 or 15701795. OLE color: 15701795.

HSL color Cylindrical-coordinate representation of color #2397EF: hue angle of 205.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2397EF is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB35151239-
CMYK0.850.3700.06
HSL205.88º86.44%53.73%-
HSV(B)205.88º85.36%93.73%-
XYZ27.3428.7285.76-
YUV126.35191.5762.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.24%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 239 (93.75% from 255) = 56.24%
R=8.24%
G=35.53%
B=56.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal351512390.850.3700.06205.8886.4453.73
Hex2397EF552506ce5636
Octal43227357125450631612666
Binary100011100101111110111110101011001010110110011101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2397EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2397EF; }

 p { color: rgb(35,151,239); }

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

<style>
 a { background-color: #2397EF; }

 a { background-color: rgb(35,151,239); }

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

<style>
 span { border-color: #2397EF; }

 span { border-color: rgb(35,151,239); }

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