Html Css Color HEX #204CF1 Royal Blue

📋 copy color: '#204CF1'

red 32 ◦ green 76 ◦ blue 241

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

Shades of Royal Blue #204CF1

Tints of Royal Blue #204CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

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

R = 9.17%
G = 21.78%
B = 69.05%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#204CF1 (or 0x204CF1) is known color: Royal Blue. HEX triplet: 20, 4C and F1. RGB value is (32,76,241). Sum of RGB (Red+Green+Blue) = 32+76+241=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #204CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204CF1 is #DFB30E. Grayscale: #505050. Windows color (decimal): -14660367 or 15813664. OLE color: 15813664.

HSL color Cylindrical-coordinate representation of color #204CF1: hue angle of 227.37º 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 #204CF1 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 76 241 -
CMYK 0.87 0.68 0 0.05
HSL 227.37º 0.88% 0.54% -
HSV(B) 227.37º 0.87% 0.95% -
XYZ 19.06 11.83 84.5 -
YUV 81.65 217.92 92.58 -
System Red Green Blue C M Y K H S L
Decimal 32 76 241 0.87 0.68 0 0.05 227.37 0.88 0.54
Hex 20 4C F1 57 44 0 5 E3 58 36
Octal 40 114 361 127 104 0 5 343 130 66
Binary 100000 1001100 11110001 1010111 1000100 0 101 11100011 1011000 110110

Color Harmonies of #204CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CF1

Black with #204CF1

Text Example


Text Example

White with #204CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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