Html Css Color HEX #4481DD Royal Blue

📋 copy color: '#4481DD'

red 68 ◦ green 129 ◦ blue 221

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

Shades of Royal Blue #4481DD

Tints of Royal Blue #4481DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 16.27%
G = 30.86%
B = 52.87%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4481DD (or 0x4481DD) is known color: Royal Blue. HEX triplet: 44, 81 and DD. RGB value is (68,129,221). Sum of RGB (Red+Green+Blue) = 68+129+221=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #4481DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481DD is #BB7E22. Grayscale: #787878. Windows color (decimal): -12287523 or 14516548. OLE color: 14516548.

HSL color Cylindrical-coordinate representation of color #4481DD: hue angle of 216.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4481DD is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 129 221 -
CMYK 0.69 0.42 0 0.13
HSL 216.08º 0.69% 0.57% -
HSV(B) 216.08º 0.69% 0.87% -
XYZ 23.29 22.15 71.45 -
YUV 121.25 184.29 90.02 -
System Red Green Blue C M Y K H S L
Decimal 68 129 221 0.69 0.42 0 0.13 216.08 0.69 0.57
Hex 44 81 DD 45 2A 0 D D8 45 39
Octal 104 201 335 105 52 0 15 330 105 71
Binary 1000100 10000001 11011101 1000101 101010 0 1101 11011000 1000101 111001

Color Harmonies of #4481DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4481DD

Black with #4481DD

Text Example


Text Example

White with #4481DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4481DD; }

 p { color: rgb(68,129,221); }

 H1.HeaderClassName
 {
   color: #4481DD;
 }
 .AnyTagClassName
 {
   color: #4481DD;
 }
</style>

background-color css

<style>
 a { background-color: #4481DD; }

 a { background-color: rgb(68,129,221); }

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

border-color css

<style>
 span { border-color: #4481DD; }

 span { border-color: rgb(68,129,221); }

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