Html Css Color HEX #204AF1 Royal Blue

📋 copy color: '#204AF1'

red 32 ◦ green 74 ◦ blue 241

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

Shades of Royal Blue #204AF1

Tints of Royal Blue #204AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 241 (94.53% from 255) = 69.45%

R = 9.22%
G = 21.33%
B = 69.45%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#204AF1 (or 0x204AF1) is known color: Royal Blue. HEX triplet: 20, 4A and F1. RGB value is (32,74,241). Sum of RGB (Red+Green+Blue) = 32+74+241=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #204AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204AF1 is #DFB50E. Grayscale: #4F4F4F. Windows color (decimal): -14660879 or 15813152. OLE color: 15813152.

HSL color Cylindrical-coordinate representation of color #204AF1: hue angle of 227.94º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204AF1 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 74 241 -
CMYK 0.87 0.69 0 0.05
HSL 227.94º 0.88% 0.54% -
HSV(B) 227.94º 0.87% 0.95% -
XYZ 18.92 11.56 84.45 -
YUV 80.48 218.59 93.42 -
System Red Green Blue C M Y K H S L
Decimal 32 74 241 0.87 0.69 0 0.05 227.94 0.88 0.54
Hex 20 4A F1 57 45 0 5 E4 58 36
Octal 40 112 361 127 105 0 5 344 130 66
Binary 100000 1001010 11110001 1010111 1000101 0 101 11100100 1011000 110110

Color Harmonies of #204AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204AF1

Black with #204AF1

Text Example


Text Example

White with #204AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,74,241); }

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

background-color css

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

 a { background-color: rgb(32,74,241); }

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

border-color css

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

 span { border-color: rgb(32,74,241); }

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