#426BD8

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

Shades of Royal Blue #426BD8

Tints of Royal Blue #426BD8

Color information

#426BD8 (or 0x426BD8) is unknown color: approx Royal Blue. HEX triplet: 42, 6B and D8. RGB value is (66,107,216). Sum of RGB (Red+Green+Blue) = 66+107+216=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #426BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BD8 is #BD9427. Grayscale: #6A6A6A. Windows color (decimal): -12424232 or 14183234. OLE color: 14183234.

HSL color Cylindrical-coordinate representation of color #426BD8: hue angle of 223.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426BD8 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66107216-
CMYK0.690.5000.15
HSL223.6º65.79%55.29%-
HSV(B)223.6º69.44%84.71%-
XYZ19.916.6367.13-
YUV107.17189.4298.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 216 (84.77% from 255) = 55.53%
R=16.97%
G=27.51%
B=55.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661072160.690.5000.15223.665.7955.29
Hex426BD845320Fe04237
Octal1021533301056201734010267
Binary1000010110101111011000100010111001001111111000001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,107,216); }

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

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

 a { background-color: rgb(66,107,216); }

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

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

 span { border-color: rgb(66,107,216); }

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