#446FDD

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

Shades of Royal Blue #446FDD

Tints of Royal Blue #446FDD

Color information

#446FDD (or 0x446FDD) is unknown color: approx Royal Blue. HEX triplet: 44, 6F and DD. RGB value is (68,111,221). Sum of RGB (Red+Green+Blue) = 68+111+221=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #446FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FDD is #BB9022. Grayscale: #6E6E6E. Windows color (decimal): -12292131 or 14511940. OLE color: 14511940.

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

Color convert

RGB68111221-
CMYK0.690.5000.13
HSL223.14º69.23%56.67%-
HSV(B)223.14º69.23%86.67%-
XYZ21.1217.8270.73-
YUV110.68190.2597.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 221 (86.72% from 255) = 55.25%
R=17%
G=27.75%
B=55.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681112210.690.5000.13223.1469.2356.67
Hex446FDD45320Ddf4539
Octal1041573351056201533710571
Binary1000100110111111011101100010111001001101110111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446FDD; }

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

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

<style>
 a { background-color: #446FDD; }

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

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

<style>
 span { border-color: #446FDD; }

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

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