Html Css Color HEX #158EEA Dodger Blue

📋 copy color: '#158EEA'

red 21 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #158EEA

Tints of Dodger Blue #158EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 5.29%
G = 35.77%
B = 58.94%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#158EEA (or 0x158EEA) is known color: Dodger Blue. HEX triplet: 15, 8E and EA. RGB value is (21,142,234). Sum of RGB (Red+Green+Blue) = 21+142+234=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #158EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158EEA is #EA7115. Grayscale: #737373. Windows color (decimal): -15364374 or 15371797. OLE color: 15371797.

HSL color Cylindrical-coordinate representation of color #158EEA: hue angle of 205.92º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158EEA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 142 234 -
CMYK 0.91 0.39 0 0.08
HSL 205.92º 0.84% 0.5% -
HSV(B) 205.92º 0.91% 0.92% -
XYZ 24.83 25.45 81.44 -
YUV 116.31 194.41 60.02 -
System Red Green Blue C M Y K H S L
Decimal 21 142 234 0.91 0.39 0 0.08 205.92 0.84 0.5
Hex 15 8E EA 5B 27 0 8 CE 54 32
Octal 25 216 352 133 47 0 10 316 124 62
Binary 10101 10001110 11101010 1011011 100111 0 1000 11001110 1010100 110010

Color Harmonies of #158EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EEA

Black with #158EEA

Text Example


Text Example

White with #158EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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