Html Css Color HEX #258CFE Dodger Blue

📋 copy color: '#258CFE'

red 37 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #258CFE

Tints of Dodger Blue #258CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 8.58%
G = 32.48%
B = 58.93%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#258CFE (or 0x258CFE) is known color: Dodger Blue. HEX triplet: 25, 8C and FE. RGB value is (37,140,254). Sum of RGB (Red+Green+Blue) = 37+140+254=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #258CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258CFE is #DA7301. Grayscale: #797979. Windows color (decimal): -14316290 or 16682021. OLE color: 16682021.

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

Color convert

RGB 37 140 254 -
CMYK 0.85 0.45 0 0.00
HSL 211.52º 0.99% 0.57% -
HSV(B) 211.52º 0.85% 1% -
XYZ 28.03 26.31 97.37 -
YUV 122.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 37 140 254 0.85 0.45 0 0.00 211.52 0.99 0.57
Hex 25 8C FE 55 2D 0 0 D4 63 39
Octal 45 214 376 125 55 0 0 324 143 71
Binary 100101 10001100 11111110 1010101 101101 0 0 11010100 1100011 111001

Color Harmonies of #258CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CFE

Black with #258CFE

Text Example


Text Example

White with #258CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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