Html Css Color HEX #206BEB Royal Blue

📋 copy color: '#206BEB'

red 32 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #206BEB

Tints of Royal Blue #206BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 8.56%
G = 28.61%
B = 62.83%

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

#206BEB (or 0x206BEB) is known color: Royal Blue. HEX triplet: 20, 6B and EB. RGB value is (32,107,235). Sum of RGB (Red+Green+Blue) = 32+107+235=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #206BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BEB is #DF9414. Grayscale: #626262. Windows color (decimal): -14652437 or 15428384. OLE color: 15428384.

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

Color convert

RGB 32 107 235 -
CMYK 0.86 0.54 0 0.08
HSL 217.83º 0.84% 0.52% -
HSV(B) 217.83º 0.86% 0.92% -
XYZ 20.85 16.82 80.75 -
YUV 99.17 204.65 80.09 -
System Red Green Blue C M Y K H S L
Decimal 32 107 235 0.86 0.54 0 0.08 217.83 0.84 0.52
Hex 20 6B EB 56 36 0 8 DA 54 34
Octal 40 153 353 126 66 0 10 332 124 64
Binary 100000 1101011 11101011 1010110 110110 0 1000 11011010 1010100 110100

Color Harmonies of #206BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206BEB

Black with #206BEB

Text Example


Text Example

White with #206BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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