#426BD9

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

Shades of Royal Blue #426BD9

Tints of Royal Blue #426BD9

Color information

#426BD9 (or 0x426BD9) is unknown color: approx Royal Blue. HEX triplet: 42, 6B and D9. RGB value is (66,107,217). Sum of RGB (Red+Green+Blue) = 66+107+217=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #426BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BD9 is #BD9426. Grayscale: #6A6A6A. Windows color (decimal): -12424231 or 14248770. OLE color: 14248770.

HSL color Cylindrical-coordinate representation of color #426BD9: hue angle of 223.71º 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 #426BD9 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66107217-
CMYK0.700.5100.15
HSL223.71º66.52%55.49%-
HSV(B)223.71º69.59%85.1%-
XYZ20.0316.6867.81-
YUV107.28189.9298.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 217 (85.16% from 255) = 55.64%
R=16.92%
G=27.44%
B=55.64%

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
Decimal661072170.700.5100.15223.7166.5255.49
Hex426BD946330Fe04337
Octal1021533311066301734010367
Binary1000010110101111011001100011011001101111111000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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