Html Css Color HEX #2562ED Royal Blue

📋 copy color: '#2562ED'

red 37 ◦ green 98 ◦ blue 237

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

Shades of Royal Blue #2562ED

Tints of Royal Blue #2562ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 9.95%
G = 26.34%
B = 63.71%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2562ED (or 0x2562ED) is known color: Royal Blue. HEX triplet: 25, 62 and ED. RGB value is (37,98,237). Sum of RGB (Red+Green+Blue) = 37+98+237=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #2562ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562ED is #DA9D12. Grayscale: #5E5E5E. Windows color (decimal): -14327059 or 15557157. OLE color: 15557157.

HSL color Cylindrical-coordinate representation of color #2562ED: hue angle of 221.7º degrees, saturation: 0.85, 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 #2562ED is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 98 237 -
CMYK 0.84 0.59 0 0.07
HSL 221.7º 0.85% 0.54% -
HSV(B) 221.7º 0.84% 0.93% -
XYZ 20.42 15.24 81.99 -
YUV 95.61 207.79 86.2 -
System Red Green Blue C M Y K H S L
Decimal 37 98 237 0.84 0.59 0 0.07 221.7 0.85 0.54
Hex 25 62 ED 54 3B 0 7 DE 55 36
Octal 45 142 355 124 73 0 7 336 125 66
Binary 100101 1100010 11101101 1010100 111011 0 111 11011110 1010101 110110

Color Harmonies of #2562ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2562ED

Black with #2562ED

Text Example


Text Example

White with #2562ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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