#426AD9

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

Shades of Royal Blue #426AD9

Tints of Royal Blue #426AD9

Color information

#426AD9 (or 0x426AD9) is unknown color: approx Royal Blue. HEX triplet: 42, 6A and D9. RGB value is (66,106,217). Sum of RGB (Red+Green+Blue) = 66+106+217=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #426AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426AD9 is #BD9526. Grayscale: #6A6A6A. Windows color (decimal): -12424487 or 14248514. OLE color: 14248514.

HSL color Cylindrical-coordinate representation of color #426AD9: hue angle of 224.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426AD9 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66106217-
CMYK0.700.5100.15
HSL224.11º66.52%55.49%-
HSV(B)224.11º69.59%85.1%-
XYZ19.9316.4867.78-
YUV106.69190.2598.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 217 (85.16% from 255) = 55.78%
R=16.97%
G=27.25%
B=55.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661062170.700.5100.15224.1166.5255.49
Hex426AD946330Fe04337
Octal1021523311066301734010367
Binary1000010110101011011001100011011001101111111000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426AD9; }

 p { color: rgb(66,106,217); }

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

<style>
 a { background-color: #426AD9; }

 a { background-color: rgb(66,106,217); }

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

<style>
 span { border-color: #426AD9; }

 span { border-color: rgb(66,106,217); }

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