Html Css Color HEX #159AEC Dodger Blue

📋 copy color: '#159AEC'

red 21 ◦ green 154 ◦ blue 236

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

Shades of Dodger Blue #159AEC

Tints of Dodger Blue #159AEC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

 BLUE value IS 236 (92.58% from 255) = 57.42%

R = 5.11%
G = 37.47%
B = 57.42%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#159AEC (or 0x159AEC) is known color: Dodger Blue. HEX triplet: 15, 9A and EC. RGB value is (21,154,236). Sum of RGB (Red+Green+Blue) = 21+154+236=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #159AEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159AEC is #EA6513. Grayscale: #7B7B7B. Windows color (decimal): -15361300 or 15505941. OLE color: 15505941.

HSL color Cylindrical-coordinate representation of color #159AEC: hue angle of 202.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159AEC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 154 236 -
CMYK 0.91 0.35 0 0.07
HSL 202.88º 0.85% 0.5% -
HSV(B) 202.88º 0.91% 0.93% -
XYZ 27.01 29.33 83.59 -
YUV 123.58 191.44 54.83 -
System Red Green Blue C M Y K H S L
Decimal 21 154 236 0.91 0.35 0 0.07 202.88 0.85 0.5
Hex 15 9A EC 5B 23 0 7 CB 55 32
Octal 25 232 354 133 43 0 7 313 125 62
Binary 10101 10011010 11101100 1011011 100011 0 111 11001011 1010101 110010

Color Harmonies of #159AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AEC

Black with #159AEC

Text Example


Text Example

White with #159AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159AEC; }

 p { color: rgb(21,154,236); }

 H1.HeaderClassName
 {
   color: #159AEC;
 }
 .AnyTagClassName
 {
   color: #159AEC;
 }
</style>

background-color css

<style>
 a { background-color: #159AEC; }

 a { background-color: rgb(21,154,236); }

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

border-color css

<style>
 span { border-color: #159AEC; }

 span { border-color: rgb(21,154,236); }

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