Html Css Color HEX #2562F5 Royal Blue

📋 copy color: '#2562F5'

red 37 ◦ green 98 ◦ blue 245

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

Shades of Royal Blue #2562F5

Tints of Royal Blue #2562F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.47%

R = 9.74%
G = 25.79%
B = 64.47%

CMYK

 C value IS 0.85

 M value IS 0.6

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2562F5 (or 0x2562F5) is known color: Royal Blue. HEX triplet: 25, 62 and F5. RGB value is (37,98,245). Sum of RGB (Red+Green+Blue) = 37+98+245=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 245 (96.09% from 255 or 64.47% from 380); Max value from RGB is 245 - color contains mainly: blue. Hex color #2562F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2562F5 is #DA9D0A. Grayscale: #5F5F5F. Windows color (decimal): -14327051 or 16081445. OLE color: 16081445.

HSL color Cylindrical-coordinate representation of color #2562F5: hue angle of 222.4º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2562F5 is Cyan = 0.85, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 98 245 -
CMYK 0.85 0.6 0 0.04
HSL 222.4º 0.91% 0.55% -
HSV(B) 222.4º 0.85% 0.96% -
XYZ 21.61 15.72 88.28 -
YUV 96.52 211.79 85.55 -
System Red Green Blue C M Y K H S L
Decimal 37 98 245 0.85 0.6 0 0.04 222.4 0.91 0.55
Hex 25 62 F5 55 3C 0 4 DE 5B 37
Octal 45 142 365 125 74 0 4 336 133 67
Binary 100101 1100010 11110101 1010101 111100 0 100 11011110 1011011 110111

Color Harmonies of #2562F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2562F5

Black with #2562F5

Text Example


Text Example

White with #2562F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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