Html Css Color HEX #205DDF Royal Blue

📋 copy color: '#205DDF'

red 32 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #205DDF

Tints of Royal Blue #205DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 9.2%
G = 26.72%
B = 64.08%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#205DDF (or 0x205DDF) is known color: Royal Blue. HEX triplet: 20, 5D and DF. RGB value is (32,93,223). Sum of RGB (Red+Green+Blue) = 32+93+223=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #205DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DDF is #DFA220. Grayscale: #595959. Windows color (decimal): -14656033 or 14638368. OLE color: 14638368.

HSL color Cylindrical-coordinate representation of color #205DDF: hue angle of 220.84º 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 #205DDF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 93 223 -
CMYK 0.86 0.58 0 0.13
HSL 220.84º 0.75% 0.5% -
HSV(B) 220.84º 0.86% 0.87% -
XYZ 17.83 13.46 71.47 -
YUV 89.58 203.29 86.93 -
System Red Green Blue C M Y K H S L
Decimal 32 93 223 0.86 0.58 0 0.13 220.84 0.75 0.5
Hex 20 5D DF 56 3A 0 D DD 4B 32
Octal 40 135 337 126 72 0 15 335 113 62
Binary 100000 1011101 11011111 1010110 111010 0 1101 11011101 1001011 110010

Color Harmonies of #205DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DDF

Black with #205DDF

Text Example


Text Example

White with #205DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205DDF; }

 p { color: rgb(32,93,223); }

 H1.HeaderClassName
 {
   color: #205DDF;
 }
 .AnyTagClassName
 {
   color: #205DDF;
 }
</style>

background-color css

<style>
 a { background-color: #205DDF; }

 a { background-color: rgb(32,93,223); }

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

border-color css

<style>
 span { border-color: #205DDF; }

 span { border-color: rgb(32,93,223); }

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