Html Css Color HEX #258FE0 Dodger Blue

📋 copy color: '#258FE0'

red 37 ◦ green 143 ◦ blue 224

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

Shades of Dodger Blue #258FE0

Tints of Dodger Blue #258FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 9.16%
G = 35.4%
B = 55.45%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#258FE0 (or 0x258FE0) is known color: Dodger Blue. HEX triplet: 25, 8F and E0. RGB value is (37,143,224). Sum of RGB (Red+Green+Blue) = 37+143+224=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #258FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FE0 is #DA701F. Grayscale: #787878. Windows color (decimal): -14315552 or 14716709. OLE color: 14716709.

HSL color Cylindrical-coordinate representation of color #258FE0: hue angle of 205.99º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258FE0 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 143 224 -
CMYK 0.83 0.36 0 0.12
HSL 205.99º 0.75% 0.51% -
HSV(B) 205.99º 0.83% 0.88% -
XYZ 24.04 25.42 74.16 -
YUV 120.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 37 143 224 0.83 0.36 0 0.12 205.99 0.75 0.51
Hex 25 8F E0 53 24 0 C CE 4B 33
Octal 45 217 340 123 44 0 14 316 113 63
Binary 100101 10001111 11100000 1010011 100100 0 1100 11001110 1001011 110011

Color Harmonies of #258FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FE0

Black with #258FE0

Text Example


Text Example

White with #258FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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