Html Css Color HEX #204FEC Royal Blue

📋 copy color: '#204FEC'

red 32 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #204FEC

Tints of Royal Blue #204FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 9.22%
G = 22.77%
B = 68.01%

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

#204FEC (or 0x204FEC) is known color: Royal Blue. HEX triplet: 20, 4F and EC. RGB value is (32,79,236). Sum of RGB (Red+Green+Blue) = 32+79+236=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #204FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FEC is #DFB013. Grayscale: #525252. Windows color (decimal): -14659604 or 15486752. OLE color: 15486752.

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

Color convert

RGB 32 79 236 -
CMYK 0.86 0.67 0 0.07
HSL 226.18º 0.84% 0.53% -
HSV(B) 226.18º 0.86% 0.93% -
XYZ 18.53 11.96 80.69 -
YUV 82.85 214.43 91.73 -
System Red Green Blue C M Y K H S L
Decimal 32 79 236 0.86 0.67 0 0.07 226.18 0.84 0.53
Hex 20 4F EC 56 43 0 7 E2 54 35
Octal 40 117 354 126 103 0 7 342 124 65
Binary 100000 1001111 11101100 1010110 1000011 0 111 11100010 1010100 110101

Color Harmonies of #204FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FEC

Black with #204FEC

Text Example


Text Example

White with #204FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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