Html Css Color HEX #4482FB Royal Blue

📋 copy color: '#4482FB'

red 68 ◦ green 130 ◦ blue 251

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

Shades of Royal Blue #4482FB

Tints of Royal Blue #4482FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 15.14%
G = 28.95%
B = 55.9%

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

#4482FB (or 0x4482FB) is known color: Royal Blue. HEX triplet: 44, 82 and FB. RGB value is (68,130,251). Sum of RGB (Red+Green+Blue) = 68+130+251=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #4482FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4482FB is #BB7D04. Grayscale: #7C7C7C. Windows color (decimal): -12287237 or 16482884. OLE color: 16482884.

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

Color convert

RGB 68 130 251 -
CMYK 0.73 0.48 0 0.02
HSL 219.67º 0.96% 0.63% -
HSV(B) 219.67º 0.73% 0.98% -
XYZ 27.78 24.16 94.47 -
YUV 125.26 198.96 87.16 -
System Red Green Blue C M Y K H S L
Decimal 68 130 251 0.73 0.48 0 0.02 219.67 0.96 0.63
Hex 44 82 FB 49 30 0 2 DC 60 3F
Octal 104 202 373 111 60 0 2 334 140 77
Binary 1000100 10000010 11111011 1001001 110000 0 10 11011100 1100000 111111

Color Harmonies of #4482FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482FB

Black with #4482FB

Text Example


Text Example

White with #4482FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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