#1468F3

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

Shades of Dodger Blue #1468F3

Tints of Dodger Blue #1468F3

Color information

#1468F3 (or 0x1468F3) is unknown color: approx Dodger Blue. HEX triplet: 14, 68 and F3. RGB value is (20,104,243). Sum of RGB (Red+Green+Blue) = 20+104+243=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 243 (95.31% from 255 or 66.21% from 367); Max value from RGB is 243 - color contains mainly: blue. Hex color #1468F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1468F3 is #EB970C. Grayscale: #5E5E5E. Windows color (decimal): -15439629 or 15951892. OLE color: 15951892.

HSL color Cylindrical-coordinate representation of color #1468F3: hue angle of 217.4º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1468F3 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20104243-
CMYK0.920.5700.05
HSL217.4º90.28%51.57%-
HSV(B)217.4º91.77%95.29%-
XYZ21.4216.5286.85-
YUV94.73211.6774.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.45%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 243 (95.31% from 255) = 66.21%
R=5.45%
G=28.34%
B=66.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201042430.920.5700.05217.490.2851.57
Hex1468F35C3905d95a34
Octal24150363134710533113264
Binary1010011010001111001110111001110010101110110011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1468F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1468F3; }

 p { color: rgb(20,104,243); }

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

<style>
 a { background-color: #1468F3; }

 a { background-color: rgb(20,104,243); }

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

<style>
 span { border-color: #1468F3; }

 span { border-color: rgb(20,104,243); }

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