#426AEA

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

Shades of Royal Blue #426AEA

Tints of Royal Blue #426AEA

Color information

#426AEA (or 0x426AEA) is unknown color: approx Royal Blue. HEX triplet: 42, 6A and EA. RGB value is (66,106,234). Sum of RGB (Red+Green+Blue) = 66+106+234=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #426AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AEA is #BD9515. Grayscale: #6C6C6C. Windows color (decimal): -12424470 or 15362626. OLE color: 15362626.

HSL color Cylindrical-coordinate representation of color #426AEA: hue angle of 225.71º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426AEA is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66106234-
CMYK0.720.5500.08
HSL225.71º80%58.82%-
HSV(B)225.71º71.79%91.76%-
XYZ22.2517.4180.03-
YUV108.63198.7597.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.26%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=16.26%
G=26.11%
B=57.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661062340.720.5500.08225.718058.82
Hex426AEA483708e2503b
Octal1021523521106701034212073
Binary1000010110101011101010100100011011101000111000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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