#426ECC

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

Shades of Royal Blue #426ECC

Tints of Royal Blue #426ECC

Color information

#426ECC (or 0x426ECC) is unknown color: approx Royal Blue. HEX triplet: 42, 6E and CC. RGB value is (66,110,204). Sum of RGB (Red+Green+Blue) = 66+110+204=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #426ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ECC is #BD9133. Grayscale: #6B6B6B. Windows color (decimal): -12423476 or 13397570. OLE color: 13397570.

HSL color Cylindrical-coordinate representation of color #426ECC: hue angle of 220.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426ECC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB66110204-
CMYK0.680.4600.2
HSL220.87º57.5%52.94%-
HSV(B)220.87º67.65%80%-
XYZ18.7216.6759.36-
YUV107.56182.4298.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=17.37%
G=28.95%
B=53.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal661102040.680.4600.2220.8757.552.94
Hex426ECC442E014dd3a35
Octal102156314104560243357265
Binary1000010110111011001100100010010111001010011011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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