Html Css Color HEX #159CE1 Dodger Blue

📋 copy color: '#159CE1'

red 21 ◦ green 156 ◦ blue 225

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

Shades of Dodger Blue #159CE1

Tints of Dodger Blue #159CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.81%

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 5.22%
G = 38.81%
B = 55.97%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#159CE1 (or 0x159CE1) is known color: Dodger Blue. HEX triplet: 15, 9C and E1. RGB value is (21,156,225). Sum of RGB (Red+Green+Blue) = 21+156+225=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #159CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CE1 is #EA631E. Grayscale: #7B7B7B. Windows color (decimal): -15360799 or 14785557. OLE color: 14785557.

HSL color Cylindrical-coordinate representation of color #159CE1: hue angle of 200.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159CE1 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 156 225 -
CMYK 0.91 0.31 0 0.12
HSL 200.29º 0.83% 0.48% -
HSV(B) 200.29º 0.91% 0.88% -
XYZ 25.79 29.37 75.54 -
YUV 123.5 185.27 54.89 -
System Red Green Blue C M Y K H S L
Decimal 21 156 225 0.91 0.31 0 0.12 200.29 0.83 0.48
Hex 15 9C E1 5B 1F 0 C C8 53 30
Octal 25 234 341 133 37 0 14 310 123 60
Binary 10101 10011100 11100001 1011011 11111 0 1100 11001000 1010011 110000

Color Harmonies of #159CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CE1

Black with #159CE1

Text Example


Text Example

White with #159CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,156,225); }

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

background-color css

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

 a { background-color: rgb(21,156,225); }

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

border-color css

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

 span { border-color: rgb(21,156,225); }

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