Html Css Color HEX #2562EC Royal Blue

📋 copy color: '#2562EC'

red 37 ◦ green 98 ◦ blue 236

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

Shades of Royal Blue #2562EC

Tints of Royal Blue #2562EC

RGB

 RED value IS 37 (14.84% from 255) = 9.97%

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 236 (92.58% from 255) = 63.61%

R = 9.97%
G = 26.42%
B = 63.61%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2562EC (or 0x2562EC) is known color: Royal Blue. HEX triplet: 25, 62 and EC. RGB value is (37,98,236). Sum of RGB (Red+Green+Blue) = 37+98+236=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #2562EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562EC is #DA9D13. Grayscale: #5E5E5E. Windows color (decimal): -14327060 or 15491621. OLE color: 15491621.

HSL color Cylindrical-coordinate representation of color #2562EC: hue angle of 221.61º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2562EC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 98 236 -
CMYK 0.84 0.58 0 0.07
HSL 221.61º 0.84% 0.54% -
HSV(B) 221.61º 0.84% 0.93% -
XYZ 20.27 15.18 81.22 -
YUV 95.49 207.29 86.28 -
System Red Green Blue C M Y K H S L
Decimal 37 98 236 0.84 0.58 0 0.07 221.61 0.84 0.54
Hex 25 62 EC 54 3A 0 7 DE 54 36
Octal 45 142 354 124 72 0 7 336 124 66
Binary 100101 1100010 11101100 1010100 111010 0 111 11011110 1010100 110110

Color Harmonies of #2562EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2562EC

Black with #2562EC

Text Example


Text Example

White with #2562EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2562EC;
 }
 .AnyTagClassName
 {
   color: #2562EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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