#156cef

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

Shades of Dodger Blue #156CEF

Tints of Dodger Blue #156CEF

Color information

#156CEF (or 0x156CEF) is unknown color: approx Dodger Blue. HEX triplet: 15, 6C and EF. RGB value is (21,108,239). Sum of RGB (Red+Green+Blue) = 21+108+239=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #156CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CEF is #EA9310. Grayscale: #606060. Windows color (decimal): -15373073 or 15690773. OLE color: 15690773.

HSL color Cylindrical-coordinate representation of color #156CEF: hue angle of 216.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156CEF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21108239-
CMYK0.910.5500.06
HSL216.06º87.2%50.98%-
HSV(B)216.06º91.21%93.73%-
XYZ21.2517.1283.85-
YUV96.92208.1873.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.71%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 239 (93.75% from 255) = 64.95%
R=5.71%
G=29.35%
B=64.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211082390.910.5500.06216.0687.250.98
Hex156CEF5B3706d85733
Octal25154357133670633012763
Binary1010111011001110111110110111101110110110110001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156cef; }

 p { color: rgb(21,108,239); }

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

<style>
 a { background-color: #156cef; }

 a { background-color: rgb(21,108,239); }

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

<style>
 span { border-color: #156cef; }

 span { border-color: rgb(21,108,239); }

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