#1366FC

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

Shades of Dodger Blue #1366FC

Tints of Dodger Blue #1366FC

Color information

#1366FC (or 0x1366FC) is unknown color: approx Dodger Blue. HEX triplet: 13, 66 and FC. RGB value is (19,102,252). Sum of RGB (Red+Green+Blue) = 19+102+252=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #1366FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1366FC is #EC9903. Grayscale: #5D5D5D. Windows color (decimal): -15505668 or 16541203. OLE color: 16541203.

HSL color Cylindrical-coordinate representation of color #1366FC: hue angle of 218.63º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1366FC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19102252-
CMYK0.920.6000.01
HSL218.63º97.49%53.14%-
HSV(B)218.63º92.46%98.82%-
XYZ22.5916.6794.12-
YUV94.2821774.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.09%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 252 (98.83% from 255) = 67.56%
R=5.09%
G=27.35%
B=67.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191022520.920.6000.01218.6397.4953.14
Hex1366FC5C3C01db6135
Octal23146374134740133314165
Binary10011110011011111100101110011110001110110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1366FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1366FC; }

 p { color: rgb(19,102,252); }

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

<style>
 a { background-color: #1366FC; }

 a { background-color: rgb(19,102,252); }

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

<style>
 span { border-color: #1366FC; }

 span { border-color: rgb(19,102,252); }

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