#425CDD

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

Shades of Royal Blue #425CDD

Tints of Royal Blue #425CDD

Color information

#425CDD (or 0x425CDD) is unknown color: approx Royal Blue. HEX triplet: 42, 5C and DD. RGB value is (66,92,221). Sum of RGB (Red+Green+Blue) = 66+92+221=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #425CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CDD is #BDA322. Grayscale: #626262. Windows color (decimal): -12428067 or 14507074. OLE color: 14507074.

HSL color Cylindrical-coordinate representation of color #425CDD: hue angle of 229.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425CDD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6692221-
CMYK0.700.5800.13
HSL229.94º69.51%56.27%-
HSV(B)229.94º70.14%86.67%-
XYZ19.1314.0370.11-
YUV98.93196.89104.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 221 (86.72% from 255) = 58.31%
R=17.41%
G=24.27%
B=58.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66922210.700.5800.13229.9469.5156.27
Hex425CDD463A0De64638
Octal1021343351067201534610670
Binary1000010101110011011101100011011101001101111001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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