Html Css Color HEX #206EDE Royal Blue

📋 copy color: '#206EDE'

red 32 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #206EDE

Tints of Royal Blue #206EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.22%

 BLUE value IS 222 (87.11% from 255) = 60.99%

R = 8.79%
G = 30.22%
B = 60.99%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#206EDE (or 0x206EDE) is known color: Royal Blue. HEX triplet: 20, 6E and DE. RGB value is (32,110,222). Sum of RGB (Red+Green+Blue) = 32+110+222=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #206EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206EDE is #DF9121. Grayscale: #626262. Windows color (decimal): -14651682 or 14577184. OLE color: 14577184.

HSL color Cylindrical-coordinate representation of color #206EDE: hue angle of 215.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206EDE is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 110 222 -
CMYK 0.86 0.50 0 0.13
HSL 215.37º 0.75% 0.5% -
HSV(B) 215.37º 0.86% 0.87% -
XYZ 19.36 16.73 71.32 -
YUV 99.45 197.16 79.89 -
System Red Green Blue C M Y K H S L
Decimal 32 110 222 0.86 0.50 0 0.13 215.37 0.75 0.5
Hex 20 6E DE 56 32 0 D D7 4B 32
Octal 40 156 336 126 62 0 15 327 113 62
Binary 100000 1101110 11011110 1010110 110010 0 1101 11010111 1001011 110010

Color Harmonies of #206EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206EDE

Black with #206EDE

Text Example


Text Example

White with #206EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,110,222); }

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

background-color css

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

 a { background-color: rgb(32,110,222); }

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

border-color css

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

 span { border-color: rgb(32,110,222); }

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