#206FEA

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

Shades of Royal Blue #206FEA

Tints of Royal Blue #206FEA

Color information

#206FEA (or 0x206FEA) is unknown color: approx Royal Blue. HEX triplet: 20, 6F and EA. RGB value is (32,111,234). Sum of RGB (Red+Green+Blue) = 32+111+234=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #206FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FEA is #DF9015. Grayscale: #646464. Windows color (decimal): -14651414 or 15363872. OLE color: 15363872.

HSL color Cylindrical-coordinate representation of color #206FEA: hue angle of 216.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206FEA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB32111234-
CMYK0.860.5300.08
HSL216.53º82.79%52.16%-
HSV(B)216.53º86.32%91.76%-
XYZ21.1317.6280.13-
YUV101.4202.8378.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.49%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 234 (91.80% from 255) = 62.07%
R=8.49%
G=29.44%
B=62.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal321112340.860.5300.08216.5382.7952.16
Hex206FEA563508d95334
Octal401573521266501033112364
Binary100000110111111101010101011011010101000110110011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,234); }

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

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

 a { background-color: rgb(32,111,234); }

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

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

 span { border-color: rgb(32,111,234); }

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