#427ADD

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

Shades of Royal Blue #427ADD

Tints of Royal Blue #427ADD

Color information

#427ADD (or 0x427ADD) is unknown color: approx Royal Blue. HEX triplet: 42, 7A and DD. RGB value is (66,122,221). Sum of RGB (Red+Green+Blue) = 66+122+221=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #427ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ADD is #BD8522. Grayscale: #747474. Windows color (decimal): -12420387 or 14514754. OLE color: 14514754.

HSL color Cylindrical-coordinate representation of color #427ADD: hue angle of 218.32º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427ADD is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66122221-
CMYK0.700.4500.13
HSL218.32º69.51%56.27%-
HSV(B)218.32º70.14%86.67%-
XYZ22.2620.371.15-
YUV116.54186.9591.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.14%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 221 (86.72% from 255) = 54.03%
R=16.14%
G=29.83%
B=54.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661222210.700.4500.13218.3269.5156.27
Hex427ADD462D0Dda4638
Octal1021723351065501533210670
Binary1000010111101011011101100011010110101101110110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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