#1569F4

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

Shades of Dodger Blue #1569F4

Tints of Dodger Blue #1569F4

Color information

#1569F4 (or 0x1569F4) is unknown color: approx Dodger Blue. HEX triplet: 15, 69 and F4. RGB value is (21,105,244). Sum of RGB (Red+Green+Blue) = 21+105+244=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 244 (95.70% from 255 or 65.95% from 370); Max value from RGB is 244 - color contains mainly: blue. Hex color #1569F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1569F4 is #EA960B. Grayscale: #5F5F5F. Windows color (decimal): -15373836 or 16017685. OLE color: 16017685.

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

Color convert

RGB21105244-
CMYK0.910.5700.04
HSL217.4º91.02%51.96%-
HSV(B)217.4º91.39%95.69%-
XYZ21.6916.7987.69-
YUV95.73211.6774.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.68%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 244 (95.70% from 255) = 65.95%
R=5.68%
G=28.38%
B=65.95%

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
Decimal211052440.910.5700.04217.491.0251.96
Hex1569F45B3904d95b34
Octal25151364133710433113364
Binary1010111010011111010010110111110010100110110011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1569F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1569F4; }

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

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

<style>
 a { background-color: #1569F4; }

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

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

<style>
 span { border-color: #1569F4; }

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

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