Html Css Color HEX #258CFD Dodger Blue

📋 copy color: '#258CFD'

red 37 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #258CFD

Tints of Dodger Blue #258CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 8.6%
G = 32.56%
B = 58.84%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#258CFD (or 0x258CFD) is known color: Dodger Blue. HEX triplet: 25, 8C and FD. RGB value is (37,140,253). Sum of RGB (Red+Green+Blue) = 37+140+253=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #258CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258CFD is #DA7302. Grayscale: #797979. Windows color (decimal): -14316291 or 16616485. OLE color: 16616485.

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

Color convert

RGB 37 140 253 -
CMYK 0.85 0.45 0 0.01
HSL 211.39º 0.98% 0.57% -
HSV(B) 211.39º 0.85% 0.99% -
XYZ 27.87 26.24 96.52 -
YUV 122.09 201.88 67.31 -
System Red Green Blue C M Y K H S L
Decimal 37 140 253 0.85 0.45 0 0.01 211.39 0.98 0.57
Hex 25 8C FD 55 2D 0 1 D3 62 39
Octal 45 214 375 125 55 0 1 323 142 71
Binary 100101 10001100 11111101 1010101 101101 0 1 11010011 1100010 111001

Color Harmonies of #258CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CFD

Black with #258CFD

Text Example


Text Example

White with #258CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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