Html Css Color HEX #258EDE Dodger Blue

📋 copy color: '#258EDE'

red 37 ◦ green 142 ◦ blue 222

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

Shades of Dodger Blue #258EDE

Tints of Dodger Blue #258EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 222 (87.11% from 255) = 55.36%

R = 9.23%
G = 35.41%
B = 55.36%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#258EDE (or 0x258EDE) is known color: Dodger Blue. HEX triplet: 25, 8E and DE. RGB value is (37,142,222). Sum of RGB (Red+Green+Blue) = 37+142+222=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #258EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EDE is #DA7121. Grayscale: #777777. Windows color (decimal): -14315810 or 14585381. OLE color: 14585381.

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

Color convert

RGB 37 142 222 -
CMYK 0.83 0.36 0 0.13
HSL 205.95º 0.74% 0.51% -
HSV(B) 205.95º 0.83% 0.87% -
XYZ 23.62 25.01 72.69 -
YUV 119.73 185.71 69 -
System Red Green Blue C M Y K H S L
Decimal 37 142 222 0.83 0.36 0 0.13 205.95 0.74 0.51
Hex 25 8E DE 53 24 0 D CE 4A 33
Octal 45 216 336 123 44 0 15 316 112 63
Binary 100101 10001110 11011110 1010011 100100 0 1101 11001110 1001010 110011

Color Harmonies of #258EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EDE

Black with #258EDE

Text Example


Text Example

White with #258EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,222); }

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

background-color css

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

 a { background-color: rgb(37,142,222); }

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

border-color css

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

 span { border-color: rgb(37,142,222); }

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