Html Css Color HEX #204EEA Royal Blue

📋 copy color: '#204EEA'

red 32 ◦ green 78 ◦ blue 234

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

Shades of Royal Blue #204EEA

Tints of Royal Blue #204EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

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

R = 9.3%
G = 22.67%
B = 68.02%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#204EEA (or 0x204EEA) is known color: Royal Blue. HEX triplet: 20, 4E and EA. RGB value is (32,78,234). Sum of RGB (Red+Green+Blue) = 32+78+234=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #204EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EEA is #DFB115. Grayscale: #515151. Windows color (decimal): -14659862 or 15355424. OLE color: 15355424.

HSL color Cylindrical-coordinate representation of color #204EEA: hue angle of 226.34º 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 #204EEA is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 78 234 -
CMYK 0.86 0.67 0 0.08
HSL 226.34º 0.83% 0.52% -
HSV(B) 226.34º 0.86% 0.92% -
XYZ 18.17 11.7 79.14 -
YUV 82.03 213.76 92.32 -
System Red Green Blue C M Y K H S L
Decimal 32 78 234 0.86 0.67 0 0.08 226.34 0.83 0.52
Hex 20 4E EA 56 43 0 8 E2 53 34
Octal 40 116 352 126 103 0 10 342 123 64
Binary 100000 1001110 11101010 1010110 1000011 0 1000 11100010 1010011 110100

Color Harmonies of #204EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EEA

Black with #204EEA

Text Example


Text Example

White with #204EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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