#206DDF

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

Shades of Royal Blue #206DDF

Tints of Royal Blue #206DDF

Color information

#206DDF (or 0x206DDF) is unknown color: approx Royal Blue. HEX triplet: 20, 6D and DF. RGB value is (32,109,223). Sum of RGB (Red+Green+Blue) = 32+109+223=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #206DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DDF is #DF9220. Grayscale: #626262. Windows color (decimal): -14651937 or 14642464. OLE color: 14642464.

HSL color Cylindrical-coordinate representation of color #206DDF: hue angle of 215.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206DDF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB32109223-
CMYK0.860.5100.13
HSL215.81º74.9%50%-
HSV(B)215.81º85.65%87.45%-
XYZ19.3816.5771.99-
YUV98.97197.9980.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.79%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 223 (87.5% from 255) = 61.26%
R=8.79%
G=29.95%
B=61.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal321092230.860.5100.13215.8174.950
Hex206DDF56330Dd84b32
Octal401553371266301533011362
Binary100000110110111011111101011011001101101110110001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,109,223); }

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

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

 a { background-color: rgb(32,109,223); }

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

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

 span { border-color: rgb(32,109,223); }

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