#2599EA

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

Shades of Dodger Blue #2599EA

Tints of Dodger Blue #2599EA

Color information

#2599EA (or 0x2599EA) is unknown color: approx Dodger Blue. HEX triplet: 25, 99 and EA. RGB value is (37,153,234). Sum of RGB (Red+Green+Blue) = 37+153+234=424 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.73% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #2599EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2599EA is #DA6615. Grayscale: #7F7F7F. Windows color (decimal): -14312982 or 15374629. OLE color: 15374629.

HSL color Cylindrical-coordinate representation of color #2599EA: hue angle of 204.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2599EA is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB37153234-
CMYK0.840.3500.08
HSL204.67º82.43%53.14%-
HSV(B)204.67º84.19%91.76%-
XYZ27.0129.1282.04-
YUV127.55188.0763.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.73%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 234 (91.80% from 255) = 55.19%
R=8.73%
G=36.08%
B=55.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal371532340.840.3500.08204.6782.4353.14
Hex2599EA542308cd5235
Octal452313521244301031512265
Binary1001011001100111101010101010010001101000110011011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2599EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2599EA; }

 p { color: rgb(37,153,234); }

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

<style>
 a { background-color: #2599EA; }

 a { background-color: rgb(37,153,234); }

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

<style>
 span { border-color: #2599EA; }

 span { border-color: rgb(37,153,234); }

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