Html Css Color HEX #258DE0 Dodger Blue

📋 copy color: '#258DE0'

red 37 ◦ green 141 ◦ blue 224

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

Shades of Dodger Blue #258DE0

Tints of Dodger Blue #258DE0

RGB

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

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

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

R = 9.2%
G = 35.07%
B = 55.72%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#258DE0 (or 0x258DE0) is known color: Dodger Blue. HEX triplet: 25, 8D and E0. RGB value is (37,141,224). Sum of RGB (Red+Green+Blue) = 37+141+224=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #258DE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DE0 is #DA721F. Grayscale: #767676. Windows color (decimal): -14316064 or 14716197. OLE color: 14716197.

HSL color Cylindrical-coordinate representation of color #258DE0: hue angle of 206.63º 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 #258DE0 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 141 224 -
CMYK 0.83 0.37 0 0.12
HSL 206.63º 0.75% 0.51% -
HSV(B) 206.63º 0.83% 0.88% -
XYZ 23.74 24.82 74.06 -
YUV 119.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 37 141 224 0.83 0.37 0 0.12 206.63 0.75 0.51
Hex 25 8D E0 53 25 0 C CF 4B 33
Octal 45 215 340 123 45 0 14 317 113 63
Binary 100101 10001101 11100000 1010011 100101 0 1100 11001111 1001011 110011

Color Harmonies of #258DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DE0

Black with #258DE0

Text Example


Text Example

White with #258DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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