Html Css Color HEX #2562EB Royal Blue

📋 copy color: '#2562EB'

red 37 ◦ green 98 ◦ blue 235

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

Shades of Royal Blue #2562EB

Tints of Royal Blue #2562EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.51%

R = 10%
G = 26.49%
B = 63.51%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2562EB (or 0x2562EB) is known color: Royal Blue. HEX triplet: 25, 62 and EB. RGB value is (37,98,235). Sum of RGB (Red+Green+Blue) = 37+98+235=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #2562EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562EB is #DA9D14. Grayscale: #5E5E5E. Windows color (decimal): -14327061 or 15426085. OLE color: 15426085.

HSL color Cylindrical-coordinate representation of color #2562EB: hue angle of 221.52º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2562EB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 98 235 -
CMYK 0.84 0.58 0 0.08
HSL 221.52º 0.83% 0.53% -
HSV(B) 221.52º 0.84% 0.92% -
XYZ 20.13 15.13 80.46 -
YUV 95.38 206.79 86.36 -
System Red Green Blue C M Y K H S L
Decimal 37 98 235 0.84 0.58 0 0.08 221.52 0.83 0.53
Hex 25 62 EB 54 3A 0 8 DE 53 35
Octal 45 142 353 124 72 0 10 336 123 65
Binary 100101 1100010 11101011 1010100 111010 0 1000 11011110 1010011 110101

Color Harmonies of #2562EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2562EB

Black with #2562EB

Text Example


Text Example

White with #2562EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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