Html Css Color HEX #204DF6 Royal Blue

📋 copy color: '#204DF6'

red 32 ◦ green 77 ◦ blue 246

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

Shades of Royal Blue #204DF6

Tints of Royal Blue #204DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 69.3%

R = 9.01%
G = 21.69%
B = 69.3%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#204DF6 (or 0x204DF6) is known color: Royal Blue. HEX triplet: 20, 4D and F6. RGB value is (32,77,246). Sum of RGB (Red+Green+Blue) = 32+77+246=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #204DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204DF6 is #DFB209. Grayscale: #525252. Windows color (decimal): -14660106 or 16141600. OLE color: 16141600.

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

Color convert

RGB 32 77 246 -
CMYK 0.87 0.69 0 0.04
HSL 227.38º 0.92% 0.55% -
HSV(B) 227.38º 0.87% 0.96% -
XYZ 19.88 12.27 88.51 -
YUV 82.81 220.09 91.76 -
System Red Green Blue C M Y K H S L
Decimal 32 77 246 0.87 0.69 0 0.04 227.38 0.92 0.55
Hex 20 4D F6 57 45 0 4 E3 5C 37
Octal 40 115 366 127 105 0 4 343 134 67
Binary 100000 1001101 11110110 1010111 1000101 0 100 11100011 1011100 110111

Color Harmonies of #204DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DF6

Black with #204DF6

Text Example


Text Example

White with #204DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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