Html Css Color HEX #158FEE Dodger Blue

📋 copy color: '#158FEE'

red 21 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #158FEE

Tints of Dodger Blue #158FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 5.22%
G = 35.57%
B = 59.2%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#158FEE (or 0x158FEE) is known color: Dodger Blue. HEX triplet: 15, 8F and EE. RGB value is (21,143,238). Sum of RGB (Red+Green+Blue) = 21+143+238=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #158FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158FEE is #EA7011. Grayscale: #747474. Windows color (decimal): -15364114 or 15634197. OLE color: 15634197.

HSL color Cylindrical-coordinate representation of color #158FEE: hue angle of 206.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158FEE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 143 238 -
CMYK 0.91 0.40 0 0.07
HSL 206.27º 0.86% 0.51% -
HSV(B) 206.27º 0.91% 0.93% -
XYZ 25.56 25.98 84.56 -
YUV 117.35 196.08 59.28 -
System Red Green Blue C M Y K H S L
Decimal 21 143 238 0.91 0.40 0 0.07 206.27 0.86 0.51
Hex 15 8F EE 5B 28 0 7 CE 56 33
Octal 25 217 356 133 50 0 7 316 126 63
Binary 10101 10001111 11101110 1011011 101000 0 111 11001110 1010110 110011

Color Harmonies of #158FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158FEE

Black with #158FEE

Text Example


Text Example

White with #158FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,143,238); }

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

background-color css

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

 a { background-color: rgb(21,143,238); }

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

border-color css

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

 span { border-color: rgb(21,143,238); }

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