Html Css Color HEX #204EE8 Royal Blue

📋 copy color: '#204EE8'

red 32 ◦ green 78 ◦ blue 232

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

Shades of Royal Blue #204EE8

Tints of Royal Blue #204EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 67.84%

R = 9.36%
G = 22.81%
B = 67.84%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#204EE8 (or 0x204EE8) is known color: Royal Blue. HEX triplet: 20, 4E and E8. RGB value is (32,78,232). Sum of RGB (Red+Green+Blue) = 32+78+232=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 232 (91.02% from 255 or 67.84% from 342); Max value from RGB is 232 - color contains mainly: blue. Hex color #204EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EE8 is #DFB117. Grayscale: #515151. Windows color (decimal): -14659864 or 15224352. OLE color: 15224352.

HSL color Cylindrical-coordinate representation of color #204EE8: hue angle of 226.2º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204EE8 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 78 232 -
CMYK 0.86 0.66 0 0.09
HSL 226.2º 0.81% 0.52% -
HSV(B) 226.2º 0.86% 0.91% -
XYZ 17.89 11.58 77.64 -
YUV 81.8 212.76 92.48 -
System Red Green Blue C M Y K H S L
Decimal 32 78 232 0.86 0.66 0 0.09 226.2 0.81 0.52
Hex 20 4E E8 56 42 0 9 E2 51 34
Octal 40 116 350 126 102 0 11 342 121 64
Binary 100000 1001110 11101000 1010110 1000010 0 1001 11100010 1010001 110100

Color Harmonies of #204EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EE8

Black with #204EE8

Text Example


Text Example

White with #204EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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