#426DF4

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

Shades of Royal Blue #426DF4

Tints of Royal Blue #426DF4

Color information

#426DF4 (or 0x426DF4) is unknown color: approx Royal Blue. HEX triplet: 42, 6D and F4. RGB value is (66,109,244). Sum of RGB (Red+Green+Blue) = 66+109+244=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #426DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426DF4 is #BD920B. Grayscale: #6E6E6E. Windows color (decimal): -12423692 or 16018754. OLE color: 16018754.

HSL color Cylindrical-coordinate representation of color #426DF4: hue angle of 225.51º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426DF4 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66109244-
CMYK0.730.5500.04
HSL225.51º89%60.78%-
HSV(B)225.51º72.95%95.69%-
XYZ24.0418.6387.92-
YUV111.53202.7595.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.75%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 244 (95.70% from 255) = 58.23%
R=15.75%
G=26.01%
B=58.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661092440.730.5500.04225.518960.78
Hex426DF4493704e2593d
Octal102155364111670434213175
Binary100001011011011111010010010011101110100111000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,109,244); }

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

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

 a { background-color: rgb(66,109,244); }

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

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

 span { border-color: rgb(66,109,244); }

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