#425fdb

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

Shades of Royal Blue #425FDB

Tints of Royal Blue #425FDB

Color information

#425FDB (or 0x425FDB) is unknown color: approx Royal Blue. HEX triplet: 42, 5F and DB. RGB value is (66,95,219). Sum of RGB (Red+Green+Blue) = 66+95+219=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #425FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FDB is #BDA024. Grayscale: #636363. Windows color (decimal): -12427301 or 14376770. OLE color: 14376770.

HSL color Cylindrical-coordinate representation of color #425FDB: hue angle of 228.63º 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 #425FDB is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6695219-
CMYK0.700.5700.14
HSL228.63º68%55.88%-
HSV(B)228.63º69.86%85.88%-
XYZ19.1314.4668.8-
YUV100.46194.89103.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 219 (85.94% from 255) = 57.63%
R=17.37%
G=25%
B=57.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66952190.700.5700.14228.636855.88
Hex425FDB46390Ee54438
Octal1021373331067101634510470
Binary1000010101111111011011100011011100101110111001011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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