#206AF7

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

Shades of Royal Blue #206AF7

Tints of Royal Blue #206AF7

Color information

#206AF7 (or 0x206AF7) is unknown color: approx Royal Blue. HEX triplet: 20, 6A and F7. RGB value is (32,106,247). Sum of RGB (Red+Green+Blue) = 32+106+247=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 247 (96.88% from 255 or 64.16% from 385); Max value from RGB is 247 - color contains mainly: blue. Hex color #206AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AF7 is #DF9508. Grayscale: #636363. Windows color (decimal): -14652681 or 16214560. OLE color: 16214560.

HSL color Cylindrical-coordinate representation of color #206AF7: hue angle of 219.35º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206AF7 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB32106247-
CMYK0.870.5700.03
HSL219.35º93.07%54.71%-
HSV(B)219.35º87.04%96.86%-
XYZ22.5417.3390.15-
YUV99.95210.9879.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.31%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 247 (96.88% from 255) = 64.16%
R=8.31%
G=27.53%
B=64.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal321062470.870.5700.03219.3593.0754.71
Hex206AF7573903db5d37
Octal40152367127710333313567
Binary1000001101010111101111010111111001011110110111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,106,247); }

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

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

 a { background-color: rgb(32,106,247); }

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

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

 span { border-color: rgb(32,106,247); }

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