Html Css Color HEX #204CEA Royal Blue

📋 copy color: '#204CEA'

red 32 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #204CEA

Tints of Royal Blue #204CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.42%

R = 9.36%
G = 22.22%
B = 68.42%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#204CEA (or 0x204CEA) is known color: Royal Blue. HEX triplet: 20, 4C and EA. RGB value is (32,76,234). Sum of RGB (Red+Green+Blue) = 32+76+234=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #204CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204CEA is #DFB315. Grayscale: #505050. Windows color (decimal): -14660374 or 15354912. OLE color: 15354912.

HSL color Cylindrical-coordinate representation of color #204CEA: hue angle of 226.93º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204CEA is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 76 234 -
CMYK 0.86 0.68 0 0.08
HSL 226.93º 0.83% 0.52% -
HSV(B) 226.93º 0.86% 0.92% -
XYZ 18.03 11.42 79.1 -
YUV 80.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 32 76 234 0.86 0.68 0 0.08 226.93 0.83 0.52
Hex 20 4C EA 56 44 0 8 E3 53 34
Octal 40 114 352 126 104 0 10 343 123 64
Binary 100000 1001100 11101010 1010110 1000100 0 1000 11100011 1010011 110100

Color Harmonies of #204CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CEA

Black with #204CEA

Text Example


Text Example

White with #204CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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