#447ADD

Color #447ADD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #447ADD

Tints of Royal Blue #447ADD

Color information

#447ADD (or 0x447ADD) is unknown color: approx Royal Blue. HEX triplet: 44, 7A and DD. RGB value is (68,122,221). Sum of RGB (Red+Green+Blue) = 68+122+221=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #447ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ADD is #BB8522. Grayscale: #747474. Windows color (decimal): -12289315 or 14514756. OLE color: 14514756.

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

Color convert

RGB68122221-
CMYK0.690.4500.13
HSL218.82º69.23%56.67%-
HSV(B)218.82º69.23%86.67%-
XYZ22.3920.3771.16-
YUV117.14186.6192.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.55%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=16.55%
G=29.68%
B=53.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681222210.690.4500.13218.8269.2356.67
Hex447ADD452D0Ddb4539
Octal1041723351055501533310571
Binary1000100111101011011101100010110110101101110110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447ADD; }

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

 H1.HeaderClassName
 {
   color: #447ADD;
 }
 .AnyTagClassName
 {
   color: #447ADD;
 }
</style>
background-color css

<style>
 a { background-color: #447ADD; }

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

 div.DivClassName
 {
   background-color: #447ADD;
 }
 .BgClassName
 {
   background-color: #447ADD;
 }
</style>
border-color css

<style>
 span { border-color: #447ADD; }

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

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