Html Css Color HEX #4482DB Royal Blue

📋 copy color: '#4482DB'

red 68 ◦ green 130 ◦ blue 219

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

Shades of Royal Blue #4482DB

Tints of Royal Blue #4482DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 16.31%
G = 31.18%
B = 52.52%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4482DB (or 0x4482DB) is known color: Royal Blue. HEX triplet: 44, 82 and DB. RGB value is (68,130,219). Sum of RGB (Red+Green+Blue) = 68+130+219=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #4482DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4482DB is #BB7D24. Grayscale: #797979. Windows color (decimal): -12287269 or 14385732. OLE color: 14385732.

HSL color Cylindrical-coordinate representation of color #4482DB: hue angle of 215.36º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4482DB is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 130 219 -
CMYK 0.69 0.41 0 0.14
HSL 215.36º 0.68% 0.56% -
HSV(B) 215.36º 0.69% 0.86% -
XYZ 23.15 22.31 70.1 -
YUV 121.61 182.96 89.76 -
System Red Green Blue C M Y K H S L
Decimal 68 130 219 0.69 0.41 0 0.14 215.36 0.68 0.56
Hex 44 82 DB 45 29 0 E D7 44 38
Octal 104 202 333 105 51 0 16 327 104 70
Binary 1000100 10000010 11011011 1000101 101001 0 1110 11010111 1000100 111000

Color Harmonies of #4482DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482DB

Black with #4482DB

Text Example


Text Example

White with #4482DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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