Html Css Color HEX #158EDF Dodger Blue

📋 copy color: '#158EDF'

red 21 ◦ green 142 ◦ blue 223

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

Shades of Dodger Blue #158EDF

Tints of Dodger Blue #158EDF

RGB

 RED value IS 21 (8.59% from 255) = 5.44%

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 5.44%
G = 36.79%
B = 57.77%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#158EDF (or 0x158EDF) is known color: Dodger Blue. HEX triplet: 15, 8E and DF. RGB value is (21,142,223). Sum of RGB (Red+Green+Blue) = 21+142+223=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #158EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158EDF is #EA7120. Grayscale: #727272. Windows color (decimal): -15364385 or 14650901. OLE color: 14650901.

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

Color convert

RGB 21 142 223 -
CMYK 0.91 0.36 0 0.13
HSL 204.06º 0.83% 0.48% -
HSV(B) 204.06º 0.91% 0.87% -
XYZ 23.3 24.83 73.38 -
YUV 115.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 21 142 223 0.91 0.36 0 0.13 204.06 0.83 0.48
Hex 15 8E DF 5B 24 0 D CC 53 30
Octal 25 216 337 133 44 0 15 314 123 60
Binary 10101 10001110 11011111 1011011 100100 0 1101 11001100 1010011 110000

Color Harmonies of #158EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EDF

Black with #158EDF

Text Example


Text Example

White with #158EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158EDF; }

 p { color: rgb(21,142,223); }

 H1.HeaderClassName
 {
   color: #158EDF;
 }
 .AnyTagClassName
 {
   color: #158EDF;
 }
</style>

background-color css

<style>
 a { background-color: #158EDF; }

 a { background-color: rgb(21,142,223); }

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

border-color css

<style>
 span { border-color: #158EDF; }

 span { border-color: rgb(21,142,223); }

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