Html Css Color HEX #206DDD Royal Blue

📋 copy color: '#206DDD'

red 32 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #206DDD

Tints of Royal Blue #206DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 8.84%
G = 30.11%
B = 61.05%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#206DDD (or 0x206DDD) is known color: Royal Blue. HEX triplet: 20, 6D and DD. RGB value is (32,109,221). Sum of RGB (Red+Green+Blue) = 32+109+221=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #206DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DDD is #DF9222. Grayscale: #626262. Windows color (decimal): -14651939 or 14511392. OLE color: 14511392.

HSL color Cylindrical-coordinate representation of color #206DDD: hue angle of 215.56º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206DDD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 109 221 -
CMYK 0.86 0.51 0 0.13
HSL 215.56º 0.75% 0.5% -
HSV(B) 215.56º 0.86% 0.87% -
XYZ 19.12 16.46 70.58 -
YUV 98.75 196.99 80.39 -
System Red Green Blue C M Y K H S L
Decimal 32 109 221 0.86 0.51 0 0.13 215.56 0.75 0.5
Hex 20 6D DD 56 33 0 D D8 4B 32
Octal 40 155 335 126 63 0 15 330 113 62
Binary 100000 1101101 11011101 1010110 110011 0 1101 11011000 1001011 110010

Color Harmonies of #206DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DDD

Black with #206DDD

Text Example


Text Example

White with #206DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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