#427CDD

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

Shades of Royal Blue #427CDD

Tints of Royal Blue #427CDD

Color information

#427CDD (or 0x427CDD) is unknown color: approx Royal Blue. HEX triplet: 42, 7C and DD. RGB value is (66,124,221). Sum of RGB (Red+Green+Blue) = 66+124+221=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 124 (48.83% from 255 or 30.17% 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 #427CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CDD is #BD8322. Grayscale: #757575. Windows color (decimal): -12419875 or 14515266. OLE color: 14515266.

HSL color Cylindrical-coordinate representation of color #427CDD: hue angle of 217.55º 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 #427CDD is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66124221-
CMYK0.700.4400.13
HSL217.55º69.51%56.27%-
HSV(B)217.55º70.14%86.67%-
XYZ22.5120.7971.23-
YUV117.72186.2891.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.06%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=16.06%
G=30.17%
B=53.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661242210.700.4400.13217.5569.5156.27
Hex427CDD462C0Dda4638
Octal1021743351065401533210670
Binary1000010111110011011101100011010110001101110110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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