Html Css Color HEX #206EEC Royal Blue

📋 copy color: '#206EEC'

red 32 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #206EEC

Tints of Royal Blue #206EEC

RGB

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

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

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

R = 8.47%
G = 29.1%
B = 62.43%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#206EEC (or 0x206EEC) is known color: Royal Blue. HEX triplet: 20, 6E and EC. RGB value is (32,110,236). Sum of RGB (Red+Green+Blue) = 32+110+236=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #206EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206EEC is #DF9113. Grayscale: #646464. Windows color (decimal): -14651668 or 15494688. OLE color: 15494688.

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

Color convert

RGB 32 110 236 -
CMYK 0.86 0.53 0 0.07
HSL 217.06º 0.84% 0.53% -
HSV(B) 217.06º 0.86% 0.93% -
XYZ 21.31 17.52 81.61 -
YUV 101.04 204.16 78.75 -
System Red Green Blue C M Y K H S L
Decimal 32 110 236 0.86 0.53 0 0.07 217.06 0.84 0.53
Hex 20 6E EC 56 35 0 7 D9 54 35
Octal 40 156 354 126 65 0 7 331 124 65
Binary 100000 1101110 11101100 1010110 110101 0 111 11011001 1010100 110101

Color Harmonies of #206EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206EEC

Black with #206EEC

Text Example


Text Example

White with #206EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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