Html Css Color HEX #206BED Royal Blue

📋 copy color: '#206BED'

red 32 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #206BED

Tints of Royal Blue #206BED

RGB

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

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

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

R = 8.51%
G = 28.46%
B = 63.03%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#206BED (or 0x206BED) is known color: Royal Blue. HEX triplet: 20, 6B and ED. RGB value is (32,107,237). Sum of RGB (Red+Green+Blue) = 32+107+237=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #206BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BED is #DF9412. Grayscale: #626262. Windows color (decimal): -14652435 or 15559456. OLE color: 15559456.

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

Color convert

RGB 32 107 237 -
CMYK 0.86 0.55 0 0.07
HSL 218.05º 0.85% 0.53% -
HSV(B) 218.05º 0.86% 0.93% -
XYZ 21.14 16.94 82.28 -
YUV 99.4 205.65 79.93 -
System Red Green Blue C M Y K H S L
Decimal 32 107 237 0.86 0.55 0 0.07 218.05 0.85 0.53
Hex 20 6B ED 56 37 0 7 DA 55 35
Octal 40 153 355 126 67 0 7 332 125 65
Binary 100000 1101011 11101101 1010110 110111 0 111 11011010 1010101 110101

Color Harmonies of #206BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206BED

Black with #206BED

Text Example


Text Example

White with #206BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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