Html Css Color HEX #206AEF Royal Blue

📋 copy color: '#206AEF'

red 32 ◦ green 106 ◦ blue 239

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

Shades of Royal Blue #206AEF

Tints of Royal Blue #206AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 8.49%
G = 28.12%
B = 63.4%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#206AEF (or 0x206AEF) is known color: Royal Blue. HEX triplet: 20, 6A and EF. RGB value is (32,106,239). Sum of RGB (Red+Green+Blue) = 32+106+239=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #206AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AEF is #DF9510. Grayscale: #626262. Windows color (decimal): -14652689 or 15690272. OLE color: 15690272.

HSL color Cylindrical-coordinate representation of color #206AEF: hue angle of 218.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206AEF is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 106 239 -
CMYK 0.87 0.56 0 0.06
HSL 218.55º 0.87% 0.53% -
HSV(B) 218.55º 0.87% 0.94% -
XYZ 21.33 16.85 83.79 -
YUV 99.04 206.98 80.19 -
System Red Green Blue C M Y K H S L
Decimal 32 106 239 0.87 0.56 0 0.06 218.55 0.87 0.53
Hex 20 6A EF 57 38 0 6 DB 57 35
Octal 40 152 357 127 70 0 6 333 127 65
Binary 100000 1101010 11101111 1010111 111000 0 110 11011011 1010111 110101

Color Harmonies of #206AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206AEF

Black with #206AEF

Text Example


Text Example

White with #206AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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