#426FD1

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

Shades of Royal Blue #426FD1

Tints of Royal Blue #426FD1

Color information

#426FD1 (or 0x426FD1) is unknown color: approx Royal Blue. HEX triplet: 42, 6F and D1. RGB value is (66,111,209). Sum of RGB (Red+Green+Blue) = 66+111+209=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #426FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FD1 is #BD902E. Grayscale: #6C6C6C. Windows color (decimal): -12423215 or 13725506. OLE color: 13725506.

HSL color Cylindrical-coordinate representation of color #426FD1: hue angle of 221.12º 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 #426FD1 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB66111209-
CMYK0.680.4700.18
HSL221.12º60.85%53.92%-
HSV(B)221.12º68.42%81.96%-
XYZ19.4417.1362.6-
YUV108.72184.5997.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.10%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 209 (82.03% from 255) = 54.15%
R=17.10%
G=28.76%
B=54.15%

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
Decimal661112090.680.4700.18221.1260.8553.92
Hex426FD1442F012dd3d36
Octal102157321104570223357566
Binary1000010110111111010001100010010111101001011011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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