Html Css Color HEX #204EEB Royal Blue

📋 copy color: '#204EEB'

red 32 ◦ green 78 ◦ blue 235

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

Shades of Royal Blue #204EEB

Tints of Royal Blue #204EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 9.28%
G = 22.61%
B = 68.12%

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

#204EEB (or 0x204EEB) is known color: Royal Blue. HEX triplet: 20, 4E and EB. RGB value is (32,78,235). Sum of RGB (Red+Green+Blue) = 32+78+235=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #204EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EEB is #DFB114. Grayscale: #515151. Windows color (decimal): -14659861 or 15420960. OLE color: 15420960.

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

Color convert

RGB 32 78 235 -
CMYK 0.86 0.67 0 0.08
HSL 226.4º 0.84% 0.52% -
HSV(B) 226.4º 0.86% 0.92% -
XYZ 18.32 11.75 79.9 -
YUV 82.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 32 78 235 0.86 0.67 0 0.08 226.4 0.84 0.52
Hex 20 4E EB 56 43 0 8 E2 54 34
Octal 40 116 353 126 103 0 10 342 124 64
Binary 100000 1001110 11101011 1010110 1000011 0 1000 11100010 1010100 110100

Color Harmonies of #204EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EEB

Black with #204EEB

Text Example


Text Example

White with #204EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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