Html Css Color HEX #204AED Royal Blue

📋 copy color: '#204AED'

red 32 ◦ green 74 ◦ blue 237

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

Shades of Royal Blue #204AED

Tints of Royal Blue #204AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 9.33%
G = 21.57%
B = 69.1%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#204AED (or 0x204AED) is known color: Royal Blue. HEX triplet: 20, 4A and ED. RGB value is (32,74,237). Sum of RGB (Red+Green+Blue) = 32+74+237=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #204AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204AED is #DFB512. Grayscale: #4F4F4F. Windows color (decimal): -14660883 or 15551008. OLE color: 15551008.

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

Color convert

RGB 32 74 237 -
CMYK 0.86 0.69 0 0.07
HSL 227.71º 0.85% 0.53% -
HSV(B) 227.71º 0.86% 0.93% -
XYZ 18.33 11.32 81.34 -
YUV 80.02 216.59 93.75 -
System Red Green Blue C M Y K H S L
Decimal 32 74 237 0.86 0.69 0 0.07 227.71 0.85 0.53
Hex 20 4A ED 56 45 0 7 E4 55 35
Octal 40 112 355 126 105 0 7 344 125 65
Binary 100000 1001010 11101101 1010110 1000101 0 111 11100100 1010101 110101

Color Harmonies of #204AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204AED

Black with #204AED

Text Example


Text Example

White with #204AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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