#426BDB

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

Shades of Royal Blue #426BDB

Tints of Royal Blue #426BDB

Color information

#426BDB (or 0x426BDB) is unknown color: approx Royal Blue. HEX triplet: 42, 6B and DB. RGB value is (66,107,219). Sum of RGB (Red+Green+Blue) = 66+107+219=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #426BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BDB is #BD9424. Grayscale: #6B6B6B. Windows color (decimal): -12424229 or 14379842. OLE color: 14379842.

HSL color Cylindrical-coordinate representation of color #426BDB: hue angle of 223.92º degrees, saturation: 0.68, 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 #426BDB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66107219-
CMYK0.700.5100.14
HSL223.92º68%55.88%-
HSV(B)223.92º69.86%85.88%-
XYZ20.2916.7969.19-
YUV107.51190.9298.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.84%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=16.84%
G=27.30%
B=55.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661072190.700.5100.14223.926855.88
Hex426BDB46330Ee04438
Octal1021533331066301634010470
Binary1000010110101111011011100011011001101110111000001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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