#425CEE

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

Shades of Royal Blue #425CEE

Tints of Royal Blue #425CEE

Color information

#425CEE (or 0x425CEE) is unknown color: approx Royal Blue. HEX triplet: 42, 5C and EE. RGB value is (66,92,238). Sum of RGB (Red+Green+Blue) = 66+92+238=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #425CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CEE is #BDA311. Grayscale: #646464. Windows color (decimal): -12428050 or 15621186. OLE color: 15621186.

HSL color Cylindrical-coordinate representation of color #425CEE: hue angle of 230.93º 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 #425CEE is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6692238-
CMYK0.720.6100.07
HSL230.93º83.5%59.61%-
HSV(B)230.93º72.27%93.33%-
XYZ21.5114.9982.65-
YUV100.87205.39103.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 238 (93.36% from 255) = 60.10%
R=16.67%
G=23.23%
B=60.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66922380.720.6100.07230.9383.559.61
Hex425CEE483D07e7533c
Octal102134356110750734712374
Binary100001010111001110111010010001111010111111001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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