Html Css Color HEX #4482EC Royal Blue

📋 copy color: '#4482EC'

red 68 ◦ green 130 ◦ blue 236

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

Shades of Royal Blue #4482EC

Tints of Royal Blue #4482EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 15.67%
G = 29.95%
B = 54.38%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4482EC (or 0x4482EC) is known color: Royal Blue. HEX triplet: 44, 82 and EC. RGB value is (68,130,236). Sum of RGB (Red+Green+Blue) = 68+130+236=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #4482EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4482EC is #BB7D13. Grayscale: #7B7B7B. Windows color (decimal): -12287252 or 15499844. OLE color: 15499844.

HSL color Cylindrical-coordinate representation of color #4482EC: hue angle of 217.86º 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 #4482EC is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 130 236 -
CMYK 0.71 0.45 0 0.07
HSL 217.86º 0.82% 0.6% -
HSV(B) 217.86º 0.71% 0.93% -
XYZ 25.51 23.25 82.5 -
YUV 123.55 191.46 88.38 -
System Red Green Blue C M Y K H S L
Decimal 68 130 236 0.71 0.45 0 0.07 217.86 0.82 0.6
Hex 44 82 EC 47 2D 0 7 DA 52 3C
Octal 104 202 354 107 55 0 7 332 122 74
Binary 1000100 10000010 11101100 1000111 101101 0 111 11011010 1010010 111100

Color Harmonies of #4482EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482EC

Black with #4482EC

Text Example


Text Example

White with #4482EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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