#425EE3

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

Shades of Royal Blue #425EE3

Tints of Royal Blue #425EE3

Color information

#425EE3 (or 0x425EE3) is unknown color: approx Royal Blue. HEX triplet: 42, 5E and E3. RGB value is (66,94,227). Sum of RGB (Red+Green+Blue) = 66+94+227=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 227 (89.06% from 255 or 58.66% from 387); Max value from RGB is 227 - color contains mainly: blue. Hex color #425EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EE3 is #BDA11C. Grayscale: #646464. Windows color (decimal): -12427549 or 14900802. OLE color: 14900802.

HSL color Cylindrical-coordinate representation of color #425EE3: hue angle of 229.57º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425EE3 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6694227-
CMYK0.710.5900.11
HSL229.57º74.19%57.45%-
HSV(B)229.57º70.93%89.02%-
XYZ20.1114.7174.45-
YUV100.79199.22103.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 227 (89.06% from 255) = 58.66%
R=17.05%
G=24.29%
B=58.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal66942270.710.5900.11229.5774.1957.45
Hex425EE3473B0Be64a39
Octal1021363431077301334611271
Binary1000010101111011100011100011111101101011111001101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425EE3; }

 p { color: rgb(66,94,227); }

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

<style>
 a { background-color: #425EE3; }

 a { background-color: rgb(66,94,227); }

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

<style>
 span { border-color: #425EE3; }

 span { border-color: rgb(66,94,227); }

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