Html Css Color HEX #4482F9 Royal Blue

📋 copy color: '#4482F9'

red 68 ◦ green 130 ◦ blue 249

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

Shades of Royal Blue #4482F9

Tints of Royal Blue #4482F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.7%

R = 15.21%
G = 29.08%
B = 55.7%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4482F9 (or 0x4482F9) is known color: Royal Blue. HEX triplet: 44, 82 and F9. RGB value is (68,130,249). Sum of RGB (Red+Green+Blue) = 68+130+249=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #4482F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4482F9 is #BB7D06. Grayscale: #7C7C7C. Windows color (decimal): -12287239 or 16351812. OLE color: 16351812.

HSL color Cylindrical-coordinate representation of color #4482F9: hue angle of 219.45º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4482F9 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 130 249 -
CMYK 0.73 0.48 0 0.02
HSL 219.45º 0.94% 0.62% -
HSV(B) 219.45º 0.73% 0.98% -
XYZ 27.47 24.03 92.81 -
YUV 125.03 197.96 87.32 -
System Red Green Blue C M Y K H S L
Decimal 68 130 249 0.73 0.48 0 0.02 219.45 0.94 0.62
Hex 44 82 F9 49 30 0 2 DB 5E 3E
Octal 104 202 371 111 60 0 2 333 136 76
Binary 1000100 10000010 11111001 1001001 110000 0 10 11011011 1011110 111110

Color Harmonies of #4482F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482F9

Black with #4482F9

Text Example


Text Example

White with #4482F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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