Html Css Color HEX #258DF9 Dodger Blue

📋 copy color: '#258DF9'

red 37 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #258DF9

Tints of Dodger Blue #258DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 8.67%
G = 33.02%
B = 58.31%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#258DF9 (or 0x258DF9) is known color: Dodger Blue. HEX triplet: 25, 8D and F9. RGB value is (37,141,249). Sum of RGB (Red+Green+Blue) = 37+141+249=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #258DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258DF9 is #DA7206. Grayscale: #797979. Windows color (decimal): -14316039 or 16354597. OLE color: 16354597.

HSL color Cylindrical-coordinate representation of color #258DF9: hue angle of 210.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258DF9 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 141 249 -
CMYK 0.85 0.43 0 0.02
HSL 210.57º 0.95% 0.56% -
HSV(B) 210.57º 0.85% 0.98% -
XYZ 27.39 26.28 93.25 -
YUV 122.22 199.54 67.22 -
System Red Green Blue C M Y K H S L
Decimal 37 141 249 0.85 0.43 0 0.02 210.57 0.95 0.56
Hex 25 8D F9 55 2B 0 2 D3 5F 38
Octal 45 215 371 125 53 0 2 323 137 70
Binary 100101 10001101 11111001 1010101 101011 0 10 11010011 1011111 111000

Color Harmonies of #258DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DF9

Black with #258DF9

Text Example


Text Example

White with #258DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,141,249); }

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

background-color css

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

 a { background-color: rgb(37,141,249); }

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

border-color css

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

 span { border-color: rgb(37,141,249); }

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