Html Css Color HEX #206AEC Royal Blue

📋 copy color: '#206AEC'

red 32 ◦ green 106 ◦ blue 236

#206AEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #206AEC

Tints of Royal Blue #206AEC

RGB

 RED value IS 32 (12.89% from 255) = 8.56%

 GREEN value IS 106 (41.8% from 255) = 28.34%

 BLUE value IS 236 (92.58% from 255) = 63.1%

R = 8.56%
G = 28.34%
B = 63.1%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#206AEC (or 0x206AEC) is known color: Royal Blue. HEX triplet: 20, 6A and EC. RGB value is (32,106,236). Sum of RGB (Red+Green+Blue) = 32+106+236=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #206AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AEC is #DF9513. Grayscale: #626262. Windows color (decimal): -14652692 or 15493664. OLE color: 15493664.

HSL color Cylindrical-coordinate representation of color #206AEC: hue angle of 218.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206AEC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 106 236 -
CMYK 0.86 0.55 0 0.07
HSL 218.24º 0.84% 0.53% -
HSV(B) 218.24º 0.86% 0.93% -
XYZ 20.89 16.67 81.47 -
YUV 98.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 32 106 236 0.86 0.55 0 0.07 218.24 0.84 0.53
Hex 20 6A EC 56 37 0 7 DA 54 35
Octal 40 152 354 126 67 0 7 332 124 65
Binary 100000 1101010 11101100 1010110 110111 0 111 11011010 1010100 110101

Color Harmonies of #206AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206AEC

Black with #206AEC

Text Example


Text Example

White with #206AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #206AEC;
 }
 .AnyTagClassName
 {
   color: #206AEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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