#426AF3

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

Shades of Royal Blue #426AF3

Tints of Royal Blue #426AF3

Color information

#426AF3 (or 0x426AF3) is unknown color: approx Royal Blue. HEX triplet: 42, 6A and F3. RGB value is (66,106,243). Sum of RGB (Red+Green+Blue) = 66+106+243=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #426AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426AF3 is #BD950C. Grayscale: #6D6D6D. Windows color (decimal): -12424461 or 15952450. OLE color: 15952450.

HSL color Cylindrical-coordinate representation of color #426AF3: hue angle of 226.44º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426AF3 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66106243-
CMYK0.730.5600.05
HSL226.44º88.06%60.59%-
HSV(B)226.44º72.84%95.29%-
XYZ23.5817.9487.01-
YUV109.66203.2596.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.90%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 243 (95.31% from 255) = 58.55%
R=15.90%
G=25.54%
B=58.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661062430.730.5600.05226.4488.0660.59
Hex426AF3493805e2583d
Octal102152363111700534213075
Binary100001011010101111001110010011110000101111000101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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