#168EEC

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

Shades of Dodger Blue #168EEC

Tints of Dodger Blue #168EEC

Color information

#168EEC (or 0x168EEC) is unknown color: approx Dodger Blue. HEX triplet: 16, 8E and EC. RGB value is (22,142,236). Sum of RGB (Red+Green+Blue) = 22+142+236=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #168EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168EEC is #E97113. Grayscale: #747474. Windows color (decimal): -15298836 or 15502870. OLE color: 15502870.

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

Color convert

RGB22142236-
CMYK0.910.4000.07
HSL206.36º84.92%50.59%-
HSV(B)206.36º90.68%92.55%-
XYZ25.1425.5782.97-
YUV116.84195.2460.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.5%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 236 (92.58% from 255) = 59%
R=5.5%
G=35.5%
B=59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221422360.910.4000.07206.3684.9250.59
Hex168EEC5B2807ce5533
Octal26216354133500731612563
Binary10110100011101110110010110111010000111110011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168EEC; }

 p { color: rgb(22,142,236); }

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

<style>
 a { background-color: #168EEC; }

 a { background-color: rgb(22,142,236); }

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

<style>
 span { border-color: #168EEC; }

 span { border-color: rgb(22,142,236); }

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