#1568F4

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

Shades of Dodger Blue #1568F4

Tints of Dodger Blue #1568F4

Color information

#1568F4 (or 0x1568F4) is unknown color: approx Dodger Blue. HEX triplet: 15, 68 and F4. RGB value is (21,104,244). Sum of RGB (Red+Green+Blue) = 21+104+244=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #1568F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1568F4 is #EA970B. Grayscale: #5E5E5E. Windows color (decimal): -15374092 or 16017429. OLE color: 16017429.

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

Color convert

RGB21104244-
CMYK0.910.5700.04
HSL217.67º91.02%51.96%-
HSV(B)217.67º91.39%95.69%-
XYZ21.5916.5987.65-
YUV95.1421275.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.69%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 244 (95.70% from 255) = 66.12%
R=5.69%
G=28.18%
B=66.12%

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
Decimal211042440.910.5700.04217.6791.0251.96
Hex1568F45B3904da5b34
Octal25150364133710433213364
Binary1010111010001111010010110111110010100110110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1568F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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