Html Css Color HEX #4484DD Royal Blue

📋 copy color: '#4484DD'

red 68 ◦ green 132 ◦ blue 221

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

Shades of Royal Blue #4484DD

Tints of Royal Blue #4484DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

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

R = 16.15%
G = 31.35%
B = 52.49%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4484DD (or 0x4484DD) is known color: Royal Blue. HEX triplet: 44, 84 and DD. RGB value is (68,132,221). Sum of RGB (Red+Green+Blue) = 68+132+221=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #4484DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4484DD is #BB7B22. Grayscale: #7A7A7A. Windows color (decimal): -12286755 or 14517316. OLE color: 14517316.

HSL color Cylindrical-coordinate representation of color #4484DD: hue angle of 214.9º 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 #4484DD is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 132 221 -
CMYK 0.69 0.40 0 0.13
HSL 214.9º 0.69% 0.57% -
HSV(B) 214.9º 0.69% 0.87% -
XYZ 23.69 22.95 71.59 -
YUV 123.01 183.3 88.76 -
System Red Green Blue C M Y K H S L
Decimal 68 132 221 0.69 0.40 0 0.13 214.9 0.69 0.57
Hex 44 84 DD 45 28 0 D D7 45 39
Octal 104 204 335 105 50 0 15 327 105 71
Binary 1000100 10000100 11011101 1000101 101000 0 1101 11010111 1000101 111001

Color Harmonies of #4484DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4484DD

Black with #4484DD

Text Example


Text Example

White with #4484DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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