#426AFB

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

Shades of Royal Blue #426AFB

Tints of Royal Blue #426AFB

Color information

#426AFB (or 0x426AFB) is unknown color: approx Royal Blue. HEX triplet: 42, 6A and FB. RGB value is (66,106,251). Sum of RGB (Red+Green+Blue) = 66+106+251=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #426AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AFB is #BD9504. Grayscale: #6D6D6D. Windows color (decimal): -12424453 or 16476738. OLE color: 16476738.

HSL color Cylindrical-coordinate representation of color #426AFB: hue angle of 227.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426AFB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66106251-
CMYK0.740.5800.02
HSL227.03º95.85%62.16%-
HSV(B)227.03º73.71%98.43%-
XYZ24.8118.4393.52-
YUV110.57207.2596.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.60%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 251 (98.44% from 255) = 59.34%
R=15.60%
G=25.06%
B=59.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661062510.740.5800.02227.0395.8562.16
Hex426AFB4A3A02e3603e
Octal102152373112720234314076
Binary10000101101010111110111001010111010010111000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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