#1B66FC

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

Shades of Dodger Blue #1B66FC

Tints of Dodger Blue #1B66FC

Color information

#1B66FC (or 0x1B66FC) is unknown color: approx Dodger Blue. HEX triplet: 1B, 66 and FC. RGB value is (27,102,252). Sum of RGB (Red+Green+Blue) = 27+102+252=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B66FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B66FC is #E49903. Grayscale: #606060. Windows color (decimal): -14981380 or 16541211. OLE color: 16541211.

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

Color convert

RGB27102252-
CMYK0.890.6000.01
HSL220º97.4%54.71%-
HSV(B)220º89.29%98.82%-
XYZ22.7716.7694.13-
YUV96.68215.6578.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.09%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 252 (98.83% from 255) = 66.14%
R=7.09%
G=26.77%
B=66.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal271022520.890.6000.0122097.454.71
Hex1B66FC593C01dc6137
Octal33146374131740133414167
Binary11011110011011111100101100111110001110111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B66FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B66FC; }

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

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

<style>
 a { background-color: #1B66FC; }

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

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

<style>
 span { border-color: #1B66FC; }

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

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