#156CF4

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

Shades of Dodger Blue #156CF4

Tints of Dodger Blue #156CF4

Color information

#156CF4 (or 0x156CF4) is unknown color: approx Dodger Blue. HEX triplet: 15, 6C and F4. RGB value is (21,108,244). Sum of RGB (Red+Green+Blue) = 21+108+244=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #156CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CF4 is #EA930B. Grayscale: #606060. Windows color (decimal): -15373068 or 16018453. OLE color: 16018453.

HSL color Cylindrical-coordinate representation of color #156CF4: hue angle of 216.59º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156CF4 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21108244-
CMYK0.910.5600.04
HSL216.59º91.02%51.96%-
HSV(B)216.59º91.39%95.69%-
XYZ2217.4287.79-
YUV97.49210.6873.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.63%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 244 (95.70% from 255) = 65.42%
R=5.63%
G=28.95%
B=65.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211082440.910.5600.04216.5991.0251.96
Hex156CF45B3804d95b34
Octal25154364133700433113364
Binary1010111011001111010010110111110000100110110011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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