Html Css Color HEX #204EEF Royal Blue

📋 copy color: '#204EEF'

red 32 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #204EEF

Tints of Royal Blue #204EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.48%

R = 9.17%
G = 22.35%
B = 68.48%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#204EEF (or 0x204EEF) is known color: Royal Blue. HEX triplet: 20, 4E and EF. RGB value is (32,78,239). Sum of RGB (Red+Green+Blue) = 32+78+239=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #204EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EEF is #DFB110. Grayscale: #515151. Windows color (decimal): -14659857 or 15683104. OLE color: 15683104.

HSL color Cylindrical-coordinate representation of color #204EEF: hue angle of 226.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204EEF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 78 239 -
CMYK 0.87 0.67 0 0.06
HSL 226.67º 0.87% 0.53% -
HSV(B) 226.67º 0.87% 0.94% -
XYZ 18.9 11.99 82.98 -
YUV 82.6 216.26 91.91 -
System Red Green Blue C M Y K H S L
Decimal 32 78 239 0.87 0.67 0 0.06 226.67 0.87 0.53
Hex 20 4E EF 57 43 0 6 E3 57 35
Octal 40 116 357 127 103 0 6 343 127 65
Binary 100000 1001110 11101111 1010111 1000011 0 110 11100011 1010111 110101

Color Harmonies of #204EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EEF

Black with #204EEF

Text Example


Text Example

White with #204EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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