#425BEE

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

Shades of Royal Blue #425BEE

Tints of Royal Blue #425BEE

Color information

#425BEE (or 0x425BEE) is unknown color: approx Royal Blue. HEX triplet: 42, 5B and EE. RGB value is (66,91,238). Sum of RGB (Red+Green+Blue) = 66+91+238=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #425BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425BEE is #BDA411. Grayscale: #636363. Windows color (decimal): -12428306 or 15620930. OLE color: 15620930.

HSL color Cylindrical-coordinate representation of color #425BEE: hue angle of 231.28º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425BEE is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6691238-
CMYK0.720.6200.07
HSL231.28º83.5%59.61%-
HSV(B)231.28º72.27%93.33%-
XYZ21.4214.8182.62-
YUV100.28205.72103.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.71%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 238 (93.36% from 255) = 60.25%
R=16.71%
G=23.04%
B=60.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66912380.720.6200.07231.2883.559.61
Hex425BEE483E07e7533c
Octal102133356110760734712374
Binary100001010110111110111010010001111100111111001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,238); }

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

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

 a { background-color: rgb(66,91,238); }

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

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

 span { border-color: rgb(66,91,238); }

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