Html Css Color HEX #258CFF Dodger Blue

📋 copy color: '#258CFF'

red 37 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #258CFF

Tints of Dodger Blue #258CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 255 (100% from 255) = 59.03%

R = 8.56%
G = 32.41%
B = 59.03%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#258CFF (or 0x258CFF) is known color: Dodger Blue. HEX triplet: 25, 8C and FF. RGB value is (37,140,255). Sum of RGB (Red+Green+Blue) = 37+140+255=432 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.56% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #258CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258CFF is #DA7300. Grayscale: #797979. Windows color (decimal): -14316289 or 16747557. OLE color: 16747557.

HSL color Cylindrical-coordinate representation of color #258CFF: hue angle of 211.65º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258CFF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 140 255 -
CMYK 0.85 0.45 0 0
HSL 211.65º 1% 0.57% -
HSV(B) 211.65º 0.85% 1% -
XYZ 28.19 26.37 98.21 -
YUV 122.31 202.88 67.15 -
System Red Green Blue C M Y K H S L
Decimal 37 140 255 0.85 0.45 0 0 211.65 1 0.57
Hex 25 8C FF 55 2D 0 0 D4 64 39
Octal 45 214 377 125 55 0 0 324 144 71
Binary 100101 10001100 11111111 1010101 101101 0 0 11010100 1100100 111001

Color Harmonies of #258CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CFF

Black with #258CFF

Text Example


Text Example

White with #258CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,140,255); }

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

background-color css

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

 a { background-color: rgb(37,140,255); }

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

border-color css

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

 span { border-color: rgb(37,140,255); }

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