Html Css Color HEX #2562DC Royal Blue

📋 copy color: '#2562DC'

red 37 ◦ green 98 ◦ blue 220

#2562DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2562DC

Tints of Royal Blue #2562DC

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 value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2562DC (or 0x2562DC) is known color: 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

RGB 37 98 220 -
CMYK 0.83 0.55 0 0.14
HSL 220º 0.72% 0.5% -
HSV(B) 220º 0.83% 0.86% -
XYZ 18.05 14.3 69.52 -
YUV 93.67 199.29 87.58 -
System Red Green Blue C M Y K H S L
Decimal 37 98 220 0.83 0.55 0 0.14 220 0.72 0.5
Hex 25 62 DC 53 37 0 E DC 48 32
Octal 45 142 334 123 67 0 16 334 110 62
Binary 100101 1100010 11011100 1010011 110111 0 1110 11011100 1001000 110010

Color Harmonies of #2562DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2562DC

Black with #2562DC

Text Example


Text Example

White with #2562DC

Text Example


Text Example

HTML Codes & Css Web 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>