Html Css Color HEX #206DEB Royal Blue

📋 copy color: '#206DEB'

red 32 ◦ green 109 ◦ blue 235

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

Shades of Royal Blue #206DEB

Tints of Royal Blue #206DEB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 235 (92.19% from 255) = 62.5%

R = 8.51%
G = 28.99%
B = 62.5%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#206DEB (or 0x206DEB) is known color: Royal Blue. HEX triplet: 20, 6D and EB. RGB value is (32,109,235). Sum of RGB (Red+Green+Blue) = 32+109+235=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #206DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DEB is #DF9214. Grayscale: #636363. Windows color (decimal): -14651925 or 15428896. OLE color: 15428896.

HSL color Cylindrical-coordinate representation of color #206DEB: hue angle of 217.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206DEB is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 109 235 -
CMYK 0.86 0.54 0 0.08
HSL 217.24º 0.84% 0.52% -
HSV(B) 217.24º 0.86% 0.92% -
XYZ 21.06 17.24 80.82 -
YUV 100.34 203.99 79.25 -
System Red Green Blue C M Y K H S L
Decimal 32 109 235 0.86 0.54 0 0.08 217.24 0.84 0.52
Hex 20 6D EB 56 36 0 8 D9 54 34
Octal 40 155 353 126 66 0 10 331 124 64
Binary 100000 1101101 11101011 1010110 110110 0 1000 11011001 1010100 110100

Color Harmonies of #206DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DEB

Black with #206DEB

Text Example


Text Example

White with #206DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,109,235); }

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

background-color css

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

 a { background-color: rgb(32,109,235); }

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

border-color css

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

 span { border-color: rgb(32,109,235); }

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