Html Css Color HEX #159BEC Dodger Blue

📋 copy color: '#159BEC'

red 21 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #159BEC

Tints of Dodger Blue #159BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

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

R = 5.1%
G = 37.62%
B = 57.28%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#159BEC (or 0x159BEC) is known color: Dodger Blue. HEX triplet: 15, 9B and EC. RGB value is (21,155,236). Sum of RGB (Red+Green+Blue) = 21+155+236=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #159BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BEC is #EA6413. Grayscale: #7B7B7B. Windows color (decimal): -15361044 or 15506197. OLE color: 15506197.

HSL color Cylindrical-coordinate representation of color #159BEC: hue angle of 202.6º 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 #159BEC is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 155 236 -
CMYK 0.91 0.34 0 0.07
HSL 202.6º 0.85% 0.5% -
HSV(B) 202.6º 0.91% 0.93% -
XYZ 27.17 29.66 83.65 -
YUV 124.17 191.11 54.41 -
System Red Green Blue C M Y K H S L
Decimal 21 155 236 0.91 0.34 0 0.07 202.6 0.85 0.5
Hex 15 9B EC 5B 22 0 7 CB 55 32
Octal 25 233 354 133 42 0 7 313 125 62
Binary 10101 10011011 11101100 1011011 100010 0 111 11001011 1010101 110010

Color Harmonies of #159BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BEC

Black with #159BEC

Text Example


Text Example

White with #159BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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