Html Css Color HEX #204DEC Royal Blue

📋 copy color: '#204DEC'

red 32 ◦ green 77 ◦ blue 236

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

Shades of Royal Blue #204DEC

Tints of Royal Blue #204DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 9.28%
G = 22.32%
B = 68.41%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#204DEC (or 0x204DEC) is known color: Royal Blue. HEX triplet: 20, 4D and EC. RGB value is (32,77,236). Sum of RGB (Red+Green+Blue) = 32+77+236=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #204DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204DEC is #DFB213. Grayscale: #505050. Windows color (decimal): -14660116 or 15486240. OLE color: 15486240.

HSL color Cylindrical-coordinate representation of color #204DEC: hue angle of 226.76º degrees, saturation: 0.84, 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 #204DEC is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 77 236 -
CMYK 0.86 0.67 0 0.07
HSL 226.76º 0.84% 0.53% -
HSV(B) 226.76º 0.86% 0.93% -
XYZ 18.39 11.67 80.64 -
YUV 81.67 215.09 92.57 -
System Red Green Blue C M Y K H S L
Decimal 32 77 236 0.86 0.67 0 0.07 226.76 0.84 0.53
Hex 20 4D EC 56 43 0 7 E3 54 35
Octal 40 115 354 126 103 0 7 343 124 65
Binary 100000 1001101 11101100 1010110 1000011 0 111 11100011 1010100 110101

Color Harmonies of #204DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DEC

Black with #204DEC

Text Example


Text Example

White with #204DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204DEC; }

 p { color: rgb(32,77,236); }

 H1.HeaderClassName
 {
   color: #204DEC;
 }
 .AnyTagClassName
 {
   color: #204DEC;
 }
</style>

background-color css

<style>
 a { background-color: #204DEC; }

 a { background-color: rgb(32,77,236); }

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

border-color css

<style>
 span { border-color: #204DEC; }

 span { border-color: rgb(32,77,236); }

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