#426BDC

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

Shades of Royal Blue #426BDC

Tints of Royal Blue #426BDC

Color information

#426BDC (or 0x426BDC) is unknown color: approx Royal Blue. HEX triplet: 42, 6B and DC. RGB value is (66,107,220). Sum of RGB (Red+Green+Blue) = 66+107+220=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #426BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BDC is #BD9423. Grayscale: #6B6B6B. Windows color (decimal): -12424228 or 14445378. OLE color: 14445378.

HSL color Cylindrical-coordinate representation of color #426BDC: hue angle of 224.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426BDC is Cyan = 0.7, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66107220-
CMYK0.70.5100.14
HSL224.03º68.75%56.08%-
HSV(B)224.03º70%86.27%-
XYZ20.4216.8469.88-
YUV107.62191.4298.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 220 (86.33% from 255) = 55.98%
R=16.79%
G=27.23%
B=55.98%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661072200.70.5100.14224.0368.7556.08
Hex426BDC46330Ee04538
Octal1021533341066301634010570
Binary1000010110101111011100100011011001101110111000001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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