Html Css Color HEX #158FDD Dodger Blue

📋 copy color: '#158FDD'

red 21 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #158FDD

Tints of Dodger Blue #158FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 5.45%
G = 37.14%
B = 57.4%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#158FDD (or 0x158FDD) is known color: Dodger Blue. HEX triplet: 15, 8F and DD. RGB value is (21,143,221). Sum of RGB (Red+Green+Blue) = 21+143+221=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #158FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FDD is #EA7022. Grayscale: #727272. Windows color (decimal): -15364131 or 14520085. OLE color: 14520085.

HSL color Cylindrical-coordinate representation of color #158FDD: hue angle of 203.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158FDD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 143 221 -
CMYK 0.90 0.35 0 0.13
HSL 203.4º 0.83% 0.47% -
HSV(B) 203.4º 0.9% 0.87% -
XYZ 23.18 25.02 72.02 -
YUV 115.41 187.58 60.66 -
System Red Green Blue C M Y K H S L
Decimal 21 143 221 0.90 0.35 0 0.13 203.4 0.83 0.47
Hex 15 8F DD 5A 23 0 D CB 53 2F
Octal 25 217 335 132 43 0 15 313 123 57
Binary 10101 10001111 11011101 1011010 100011 0 1101 11001011 1010011 101111

Color Harmonies of #158FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158FDD

Black with #158FDD

Text Example


Text Example

White with #158FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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