#2562DC

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

Shades of Royal Blue #2562DC

Tints of Royal Blue #2562DC

Color information

#2562DC (or 0x2562DC) is unknown color: approx Royal Blue. HEX triplet: 25, 62 and DC. RGB value is (37,98,220). Sum of RGB (Red+Green+Blue) = 37+98+220=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #2562DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562DC is #DA9D23. Grayscale: #5D5D5D. Windows color (decimal): -14327076 or 14443045. OLE color: 14443045.

HSL color Cylindrical-coordinate representation of color #2562DC: hue angle of 220º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2562DC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3798220-
CMYK0.830.5500.14
HSL220º72.33%50.39%-
HSV(B)220º83.18%86.27%-
XYZ18.0514.369.52-
YUV93.67199.2987.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.42%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 220 (86.33% from 255) = 61.97%
R=10.42%
G=27.61%
B=61.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37982200.830.5500.1422072.3350.39
Hex2562DC53370Edc4832
Octal451423341236701633411062
Binary100101110001011011100101001111011101110110111001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2562DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2562DC; }

 p { color: rgb(37,98,220); }

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

<style>
 a { background-color: #2562DC; }

 a { background-color: rgb(37,98,220); }

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

<style>
 span { border-color: #2562DC; }

 span { border-color: rgb(37,98,220); }

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