Html Css Color HEX #258EE5 Dodger Blue

📋 copy color: '#258EE5'

red 37 ◦ green 142 ◦ blue 229

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

Shades of Dodger Blue #258EE5

Tints of Dodger Blue #258EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.13%

R = 9.07%
G = 34.8%
B = 56.13%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#258EE5 (or 0x258EE5) is known color: Dodger Blue. HEX triplet: 25, 8E and E5. RGB value is (37,142,229). Sum of RGB (Red+Green+Blue) = 37+142+229=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #258EE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EE5 is #DA711A. Grayscale: #787878. Windows color (decimal): -14315803 or 15044133. OLE color: 15044133.

HSL color Cylindrical-coordinate representation of color #258EE5: hue angle of 207.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258EE5 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 142 229 -
CMYK 0.84 0.38 0 0.10
HSL 207.19º 0.79% 0.52% -
HSV(B) 207.19º 0.84% 0.9% -
XYZ 24.58 25.4 77.74 -
YUV 120.52 189.21 68.43 -
System Red Green Blue C M Y K H S L
Decimal 37 142 229 0.84 0.38 0 0.10 207.19 0.79 0.52
Hex 25 8E E5 54 26 0 A CF 4F 34
Octal 45 216 345 124 46 0 12 317 117 64
Binary 100101 10001110 11100101 1010100 100110 0 1010 11001111 1001111 110100

Color Harmonies of #258EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EE5

Black with #258EE5

Text Example


Text Example

White with #258EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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