Html Css Color HEX #204FF5 Royal Blue

📋 copy color: '#204FF5'

red 32 ◦ green 79 ◦ blue 245

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

Shades of Royal Blue #204FF5

Tints of Royal Blue #204FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 68.82%

R = 8.99%
G = 22.19%
B = 68.82%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#204FF5 (or 0x204FF5) is known color: Royal Blue. HEX triplet: 20, 4F and F5. RGB value is (32,79,245). Sum of RGB (Red+Green+Blue) = 32+79+245=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #204FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FF5 is #DFB00A. Grayscale: #535353. Windows color (decimal): -14659595 or 16076576. OLE color: 16076576.

HSL color Cylindrical-coordinate representation of color #204FF5: hue angle of 226.76º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204FF5 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 79 245 -
CMYK 0.87 0.68 0 0.04
HSL 226.76º 0.91% 0.54% -
HSV(B) 226.76º 0.87% 0.96% -
XYZ 19.87 12.49 87.75 -
YUV 83.87 218.93 91 -
System Red Green Blue C M Y K H S L
Decimal 32 79 245 0.87 0.68 0 0.04 226.76 0.91 0.54
Hex 20 4F F5 57 44 0 4 E3 5B 36
Octal 40 117 365 127 104 0 4 343 133 66
Binary 100000 1001111 11110101 1010111 1000100 0 100 11100011 1011011 110110

Color Harmonies of #204FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FF5

Black with #204FF5

Text Example


Text Example

White with #204FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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