#156AF4

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

Shades of Dodger Blue #156AF4

Tints of Dodger Blue #156AF4

Color information

#156AF4 (or 0x156AF4) is unknown color: approx Dodger Blue. HEX triplet: 15, 6A and F4. RGB value is (21,106,244). Sum of RGB (Red+Green+Blue) = 21+106+244=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 244 (95.70% from 255 or 65.77% from 371); Max value from RGB is 244 - color contains mainly: blue. Hex color #156AF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156AF4 is #EA950B. Grayscale: #5F5F5F. Windows color (decimal): -15373580 or 16017941. OLE color: 16017941.

HSL color Cylindrical-coordinate representation of color #156AF4: hue angle of 217.13º 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 #156AF4 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21106244-
CMYK0.910.5700.04
HSL217.13º91.02%51.96%-
HSV(B)217.13º91.39%95.69%-
XYZ21.791787.72-
YUV96.32211.3474.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.66%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 244 (95.70% from 255) = 65.77%
R=5.66%
G=28.57%
B=65.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211062440.910.5700.04217.1391.0251.96
Hex156AF45B3904d95b34
Octal25152364133710433113364
Binary1010111010101111010010110111110010100110110011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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