#1693FA

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

Shades of Dodger Blue #1693FA

Tints of Dodger Blue #1693FA

Color information

#1693FA (or 0x1693FA) is unknown color: approx Dodger Blue. HEX triplet: 16, 93 and FA. RGB value is (22,147,250). Sum of RGB (Red+Green+Blue) = 22+147+250=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1693FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1693FA is #E96C05. Grayscale: #787878. Windows color (decimal): -15297542 or 16421654. OLE color: 16421654.

HSL color Cylindrical-coordinate representation of color #1693FA: hue angle of 207.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1693FA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22147250-
CMYK0.910.4100.02
HSL207.11º95.8%53.33%-
HSV(B)207.11º91.2%98.04%-
XYZ28.0227.9494.36-
YUV121.37200.5957.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.25%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 250 (98.05% from 255) = 59.67%
R=5.25%
G=35.08%
B=59.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221472500.910.4100.02207.1195.853.33
Hex1693FA5B2902cf6035
Octal26223372133510231714065
Binary1011010010011111110101011011101001010110011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1693FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1693FA; }

 p { color: rgb(22,147,250); }

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

<style>
 a { background-color: #1693FA; }

 a { background-color: rgb(22,147,250); }

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

<style>
 span { border-color: #1693FA; }

 span { border-color: rgb(22,147,250); }

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