#206AF8

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

Shades of Royal Blue #206AF8

Tints of Royal Blue #206AF8

Color information

#206AF8 (or 0x206AF8) is unknown color: approx Royal Blue. HEX triplet: 20, 6A and F8. RGB value is (32,106,248). Sum of RGB (Red+Green+Blue) = 32+106+248=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #206AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AF8 is #DF9507. Grayscale: #636363. Windows color (decimal): -14652680 or 16280096. OLE color: 16280096.

HSL color Cylindrical-coordinate representation of color #206AF8: hue angle of 219.44º degrees, saturation: 0.94, 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 #206AF8 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB32106248-
CMYK0.870.5700.03
HSL219.44º93.91%54.9%-
HSV(B)219.44º87.1%97.25%-
XYZ22.6917.3990.97-
YUV100.06211.4879.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.29%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 248 (97.27% from 255) = 64.25%
R=8.29%
G=27.46%
B=64.25%

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
Decimal321062480.870.5700.03219.4493.9154.9
Hex206AF8573903db5e37
Octal40152370127710333313667
Binary1000001101010111110001010111111001011110110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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