Html Css Color HEX #206EED Royal Blue

📋 copy color: '#206EED'

red 32 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #206EED

Tints of Royal Blue #206EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.53%

R = 8.44%
G = 29.02%
B = 62.53%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#206EED (or 0x206EED) is known color: Royal Blue. HEX triplet: 20, 6E and ED. RGB value is (32,110,237). Sum of RGB (Red+Green+Blue) = 32+110+237=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #206EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206EED is #DF9112. Grayscale: #646464. Windows color (decimal): -14651667 or 15560224. OLE color: 15560224.

HSL color Cylindrical-coordinate representation of color #206EED: hue angle of 217.17º degrees, saturation: 0.85, 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 #206EED is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 110 237 -
CMYK 0.86 0.54 0 0.07
HSL 217.17º 0.85% 0.53% -
HSV(B) 217.17º 0.86% 0.93% -
XYZ 21.46 17.57 82.38 -
YUV 101.16 204.66 78.67 -
System Red Green Blue C M Y K H S L
Decimal 32 110 237 0.86 0.54 0 0.07 217.17 0.85 0.53
Hex 20 6E ED 56 36 0 7 D9 55 35
Octal 40 156 355 126 66 0 7 331 125 65
Binary 100000 1101110 11101101 1010110 110110 0 111 11011001 1010101 110101

Color Harmonies of #206EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206EED

Black with #206EED

Text Example


Text Example

White with #206EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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