Html Css Color HEX #158CDD Dodger Blue

📋 copy color: '#158CDD'

red 21 ◦ green 140 ◦ blue 221

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

Shades of Dodger Blue #158CDD

Tints of Dodger Blue #158CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

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

R = 5.5%
G = 36.65%
B = 57.85%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#158CDD (or 0x158CDD) is known color: Dodger Blue. HEX triplet: 15, 8C and DD. RGB value is (21,140,221). Sum of RGB (Red+Green+Blue) = 21+140+221=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #158CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CDD is #EA7322. Grayscale: #717171. Windows color (decimal): -15364899 or 14519317. OLE color: 14519317.

HSL color Cylindrical-coordinate representation of color #158CDD: hue angle of 204.3º 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 #158CDD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 140 221 -
CMYK 0.90 0.37 0 0.13
HSL 204.3º 0.83% 0.47% -
HSV(B) 204.3º 0.9% 0.87% -
XYZ 22.74 24.14 71.87 -
YUV 113.65 188.58 61.91 -
System Red Green Blue C M Y K H S L
Decimal 21 140 221 0.90 0.37 0 0.13 204.3 0.83 0.47
Hex 15 8C DD 5A 25 0 D CC 53 2F
Octal 25 214 335 132 45 0 15 314 123 57
Binary 10101 10001100 11011101 1011010 100101 0 1101 11001100 1010011 101111

Color Harmonies of #158CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158CDD

Black with #158CDD

Text Example


Text Example

White with #158CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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