Html Css Color HEX #206CED Royal Blue

📋 copy color: '#206CED'

red 32 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #206CED

Tints of Royal Blue #206CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

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

R = 8.49%
G = 28.65%
B = 62.86%

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

#206CED (or 0x206CED) is known color: Royal Blue. HEX triplet: 20, 6C and ED. RGB value is (32,108,237). Sum of RGB (Red+Green+Blue) = 32+108+237=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #206CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CED is #DF9312. Grayscale: #636363. Windows color (decimal): -14652179 or 15559712. OLE color: 15559712.

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

Color convert

RGB 32 108 237 -
CMYK 0.86 0.54 0 0.07
HSL 217.76º 0.85% 0.53% -
HSV(B) 217.76º 0.86% 0.93% -
XYZ 21.24 17.15 82.31 -
YUV 99.98 205.32 79.51 -
System Red Green Blue C M Y K H S L
Decimal 32 108 237 0.86 0.54 0 0.07 217.76 0.85 0.53
Hex 20 6C ED 56 36 0 7 DA 55 35
Octal 40 154 355 126 66 0 7 332 125 65
Binary 100000 1101100 11101101 1010110 110110 0 111 11011010 1010101 110101

Color Harmonies of #206CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206CED

Black with #206CED

Text Example


Text Example

White with #206CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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