Html Css Color HEX #258EE2 Dodger Blue

📋 copy color: '#258EE2'

red 37 ◦ green 142 ◦ blue 226

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

Shades of Dodger Blue #258EE2

Tints of Dodger Blue #258EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.8%

R = 9.14%
G = 35.06%
B = 55.8%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#258EE2 (or 0x258EE2) is known color: Dodger Blue. HEX triplet: 25, 8E and E2. RGB value is (37,142,226). Sum of RGB (Red+Green+Blue) = 37+142+226=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #258EE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EE2 is #DA711D. Grayscale: #777777. Windows color (decimal): -14315806 or 14847525. OLE color: 14847525.

HSL color Cylindrical-coordinate representation of color #258EE2: hue angle of 206.67º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258EE2 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 142 226 -
CMYK 0.84 0.37 0 0.11
HSL 206.67º 0.77% 0.52% -
HSV(B) 206.67º 0.84% 0.89% -
XYZ 24.16 25.23 75.55 -
YUV 120.18 187.71 68.67 -
System Red Green Blue C M Y K H S L
Decimal 37 142 226 0.84 0.37 0 0.11 206.67 0.77 0.52
Hex 25 8E E2 54 25 0 B CF 4D 34
Octal 45 216 342 124 45 0 13 317 115 64
Binary 100101 10001110 11100010 1010100 100101 0 1011 11001111 1001101 110100

Color Harmonies of #258EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EE2

Black with #258EE2

Text Example


Text Example

White with #258EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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