#426ED1

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

Shades of Royal Blue #426ED1

Tints of Royal Blue #426ED1

Color information

#426ED1 (or 0x426ED1) is unknown color: approx Royal Blue. HEX triplet: 42, 6E and D1. RGB value is (66,110,209). Sum of RGB (Red+Green+Blue) = 66+110+209=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #426ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ED1 is #BD912E. Grayscale: #6B6B6B. Windows color (decimal): -12423471 or 13725250. OLE color: 13725250.

HSL color Cylindrical-coordinate representation of color #426ED1: hue angle of 221.54º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426ED1 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB66110209-
CMYK0.680.4700.18
HSL221.54º60.85%53.92%-
HSV(B)221.54º68.42%81.96%-
XYZ19.3316.9162.57-
YUV108.13184.9297.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.14%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=17.14%
G=28.57%
B=54.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661102090.680.4700.18221.5460.8553.92
Hex426ED1442F012de3d36
Octal102156321104570223367566
Binary1000010110111011010001100010010111101001011011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,110,209); }

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

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

 a { background-color: rgb(66,110,209); }

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

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

 span { border-color: rgb(66,110,209); }

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