#259FEA

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

Shades of Dodger Blue #259FEA

Tints of Dodger Blue #259FEA

Color information

#259FEA (or 0x259FEA) is unknown color: approx Dodger Blue. HEX triplet: 25, 9F and EA. RGB value is (37,159,234). Sum of RGB (Red+Green+Blue) = 37+159+234=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #259FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259FEA is #DA6015. Grayscale: #828282. Windows color (decimal): -14311446 or 15376165. OLE color: 15376165.

HSL color Cylindrical-coordinate representation of color #259FEA: hue angle of 202.84º 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 #259FEA is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB37159234-
CMYK0.840.3200.08
HSL202.84º82.43%53.14%-
HSV(B)202.84º84.19%91.76%-
XYZ28.0131.1382.37-
YUV131.07186.0860.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.60%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=8.60%
G=36.98%
B=54.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal371592340.840.3200.08202.8482.4353.14
Hex259FEA542008cb5235
Octal452373521244001031312265
Binary1001011001111111101010101010010000001000110010111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259FEA; }

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

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

<style>
 a { background-color: #259FEA; }

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

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

<style>
 span { border-color: #259FEA; }

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

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