Html Css Color HEX #2562E9 Royal Blue

📋 copy color: '#2562E9'

red 37 ◦ green 98 ◦ blue 233

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

Shades of Royal Blue #2562E9

Tints of Royal Blue #2562E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 63.32%

R = 10.05%
G = 26.63%
B = 63.32%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2562E9 (or 0x2562E9) is known color: Royal Blue. HEX triplet: 25, 62 and E9. RGB value is (37,98,233). Sum of RGB (Red+Green+Blue) = 37+98+233=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #2562E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562E9 is #DA9D16. Grayscale: #5E5E5E. Windows color (decimal): -14327063 or 15295013. OLE color: 15295013.

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

Color convert

RGB 37 98 233 -
CMYK 0.84 0.58 0 0.09
HSL 221.33º 0.82% 0.53% -
HSV(B) 221.33º 0.84% 0.91% -
XYZ 19.84 15.01 78.94 -
YUV 95.15 205.79 86.52 -
System Red Green Blue C M Y K H S L
Decimal 37 98 233 0.84 0.58 0 0.09 221.33 0.82 0.53
Hex 25 62 E9 54 3A 0 9 DD 52 35
Octal 45 142 351 124 72 0 11 335 122 65
Binary 100101 1100010 11101001 1010100 111010 0 1001 11011101 1010010 110101

Color Harmonies of #2562E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2562E9

Black with #2562E9

Text Example


Text Example

White with #2562E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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