#206BFC

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

Shades of Dodger Blue #206BFC

Tints of Dodger Blue #206BFC

Color information

#206BFC (or 0x206BFC) is unknown color: approx Dodger Blue. HEX triplet: 20, 6B and FC. RGB value is (32,107,252). Sum of RGB (Red+Green+Blue) = 32+107+252=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #206BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BFC is #DF9403. Grayscale: #646464. Windows color (decimal): -14652420 or 16542496. OLE color: 16542496.

HSL color Cylindrical-coordinate representation of color #206BFC: hue angle of 219.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206BFC is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB32107252-
CMYK0.870.5800.01
HSL219.55º97.35%55.69%-
HSV(B)219.55º87.3%98.82%-
XYZ23.4217.8594.31-
YUV101.1213.1578.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.18%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 252 (98.83% from 255) = 64.45%
R=8.18%
G=27.37%
B=64.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal321072520.870.5800.01219.5597.3555.69
Hex206BFC573A01dc6138
Octal40153374127720133414170
Binary100000110101111111100101011111101001110111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206BFC; }

 p { color: rgb(32,107,252); }

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

<style>
 a { background-color: #206BFC; }

 a { background-color: rgb(32,107,252); }

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

<style>
 span { border-color: #206BFC; }

 span { border-color: rgb(32,107,252); }

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