Html Css Color HEX #4480EC Royal Blue

📋 copy color: '#4480EC'

red 68 ◦ green 128 ◦ blue 236

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

Shades of Royal Blue #4480EC

Tints of Royal Blue #4480EC

RGB

 RED value IS 68 (26.95% from 255) = 15.74%

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 15.74%
G = 29.63%
B = 54.63%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4480EC (or 0x4480EC) is known color: Royal Blue. HEX triplet: 44, 80 and EC. RGB value is (68,128,236). Sum of RGB (Red+Green+Blue) = 68+128+236=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #4480EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4480EC is #BB7F13. Grayscale: #797979. Windows color (decimal): -12287764 or 15499332. OLE color: 15499332.

HSL color Cylindrical-coordinate representation of color #4480EC: hue angle of 218.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4480EC is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 128 236 -
CMYK 0.71 0.46 0 0.07
HSL 218.57º 0.82% 0.6% -
HSV(B) 218.57º 0.71% 0.93% -
XYZ 25.24 22.72 82.41 -
YUV 122.37 192.12 89.22 -
System Red Green Blue C M Y K H S L
Decimal 68 128 236 0.71 0.46 0 0.07 218.57 0.82 0.6
Hex 44 80 EC 47 2E 0 7 DB 52 3C
Octal 104 200 354 107 56 0 7 333 122 74
Binary 1000100 10000000 11101100 1000111 101110 0 111 11011011 1010010 111100

Color Harmonies of #4480EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4480EC

Black with #4480EC

Text Example


Text Example

White with #4480EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4480EC; }

 p { color: rgb(68,128,236); }

 H1.HeaderClassName
 {
   color: #4480EC;
 }
 .AnyTagClassName
 {
   color: #4480EC;
 }
</style>

background-color css

<style>
 a { background-color: #4480EC; }

 a { background-color: rgb(68,128,236); }

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

border-color css

<style>
 span { border-color: #4480EC; }

 span { border-color: rgb(68,128,236); }

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