#159BEA

Color #159BEA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #159BEA

Tints of Dodger Blue #159BEA

Color information

#159BEA (or 0x159BEA) is unknown color: approx Dodger Blue. HEX triplet: 15, 9B and EA. RGB value is (21,155,234). Sum of RGB (Red+Green+Blue) = 21+155+234=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #159BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BEA is #EA6415. Grayscale: #7B7B7B. Windows color (decimal): -15361046 or 15375125. OLE color: 15375125.

HSL color Cylindrical-coordinate representation of color #159BEA: hue angle of 202.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BEA is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21155234-
CMYK0.910.3400.08
HSL202.25º83.53%50%-
HSV(B)202.25º91.03%91.76%-
XYZ26.8829.5482.13-
YUV123.94190.1154.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.12%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 234 (91.80% from 255) = 57.07%
R=5.12%
G=37.80%
B=57.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal211552340.910.3400.08202.2583.5350
Hex159BEA5B2208ca5432
Octal252333521334201031212462
Binary101011001101111101010101101110001001000110010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #159BEA;
 }
 .AnyTagClassName
 {
   color: #159BEA;
 }
</style>
background-color css

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

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

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

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

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

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