#426EFF

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

Shades of Royal Blue #426EFF

Tints of Royal Blue #426EFF

Color information

#426EFF (or 0x426EFF) is unknown color: approx Royal Blue. HEX triplet: 42, 6E and FF. RGB value is (66,110,255). Sum of RGB (Red+Green+Blue) = 66+110+255=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #426EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EFF is #BD9100. Grayscale: #707070. Windows color (decimal): -12423425 or 16739906. OLE color: 16739906.

HSL color Cylindrical-coordinate representation of color #426EFF: hue angle of 226.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426EFF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66110255-
CMYK0.740.5700
HSL226.03º100%62.94%-
HSV(B)226.03º74.12%100%-
XYZ25.8719.5397.01-
YUV113.37207.9294.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 255 (100% from 255) = 59.16%
R=15.31%
G=25.52%
B=59.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661102550.740.5700226.0310062.94
Hex426EFF4A3900e2643f
Octal102156377112710034214477
Binary1000010110111011111111100101011100100111000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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