#1464FF

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

Shades of Dodger Blue #1464FF

Tints of Dodger Blue #1464FF

Color information

#1464FF (or 0x1464FF) is unknown color: approx Dodger Blue. HEX triplet: 14, 64 and FF. RGB value is (20,100,255). Sum of RGB (Red+Green+Blue) = 20+100+255=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1464FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1464FF is #EB9B00. Grayscale: #5D5D5D. Windows color (decimal): -15440641 or 16737300. OLE color: 16737300.

HSL color Cylindrical-coordinate representation of color #1464FF: hue angle of 219.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1464FF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20100255-
CMYK0.920.6100
HSL219.57º100%53.92%-
HSV(B)219.57º92.16%100%-
XYZ22.916.4896.58-
YUV93.7521975.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.33%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 255 (100% from 255) = 68%
R=5.33%
G=26.67%
B=68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201002550.920.6100219.5710053.92
Hex1464FF5C3D00dc6436
Octal24144377134750033414466
Binary10100110010011111111101110011110100110111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1464FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1464FF; }

 p { color: rgb(20,100,255); }

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

<style>
 a { background-color: #1464FF; }

 a { background-color: rgb(20,100,255); }

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

<style>
 span { border-color: #1464FF; }

 span { border-color: rgb(20,100,255); }

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