Html Css Color HEX #258FD9 Dodger Blue

📋 copy color: '#258FD9'

red 37 ◦ green 143 ◦ blue 217

#258FD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #258FD9

Tints of Dodger Blue #258FD9

RGB

 RED value IS 37 (14.84% from 255) = 9.32%

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 217 (85.16% from 255) = 54.66%

R = 9.32%
G = 36.02%
B = 54.66%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#258FD9 (or 0x258FD9) is known color: Dodger Blue. HEX triplet: 25, 8F and D9. RGB value is (37,143,217). Sum of RGB (Red+Green+Blue) = 37+143+217=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #258FD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FD9 is #DA7026. Grayscale: #777777. Windows color (decimal): -14315559 or 14257957. OLE color: 14257957.

HSL color Cylindrical-coordinate representation of color #258FD9: hue angle of 204.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258FD9 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 143 217 -
CMYK 0.83 0.34 0 0.15
HSL 204.67º 0.71% 0.5% -
HSV(B) 204.67º 0.83% 0.85% -
XYZ 23.11 25.05 69.26 -
YUV 119.74 182.88 68.98 -
System Red Green Blue C M Y K H S L
Decimal 37 143 217 0.83 0.34 0 0.15 204.67 0.71 0.5
Hex 25 8F D9 53 22 0 F CD 47 32
Octal 45 217 331 123 42 0 17 315 107 62
Binary 100101 10001111 11011001 1010011 100010 0 1111 11001101 1000111 110010

Color Harmonies of #258FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FD9

Black with #258FD9

Text Example


Text Example

White with #258FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258FD9; }

 p { color: rgb(37,143,217); }

 H1.HeaderClassName
 {
   color: #258FD9;
 }
 .AnyTagClassName
 {
   color: #258FD9;
 }
</style>

background-color css

<style>
 a { background-color: #258FD9; }

 a { background-color: rgb(37,143,217); }

 div.DivClassName
 {
   background-color: #258FD9;
 }
 .BgClassName
 {
   background-color: #258FD9;
 }
</style>

border-color css

<style>
 span { border-color: #258FD9; }

 span { border-color: rgb(37,143,217); }

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