#206AE3

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

Shades of Royal Blue #206AE3

Tints of Royal Blue #206AE3

Color information

#206AE3 (or 0x206AE3) is unknown color: approx Royal Blue. HEX triplet: 20, 6A and E3. RGB value is (32,106,227). Sum of RGB (Red+Green+Blue) = 32+106+227=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 227 (89.06% from 255 or 62.19% from 365); Max value from RGB is 227 - color contains mainly: blue. Hex color #206AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206AE3 is #DF951C. Grayscale: #616161. Windows color (decimal): -14652701 or 14903840. OLE color: 14903840.

HSL color Cylindrical-coordinate representation of color #206AE3: hue angle of 217.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206AE3 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB32106227-
CMYK0.860.5300.11
HSL217.23º77.69%50.78%-
HSV(B)217.23º85.9%89.02%-
XYZ19.6116.1674.76-
YUV97.67200.9881.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.77%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 227 (89.06% from 255) = 62.19%
R=8.77%
G=29.04%
B=62.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal321062270.860.5300.11217.2377.6950.78
Hex206AE356350Bd94e33
Octal401523431266501333111663
Binary100000110101011100011101011011010101011110110011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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