Html Css Color HEX #2562DA Royal Blue

📋 copy color: '#2562DA'

red 37 ◦ green 98 ◦ blue 218

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

Shades of Royal Blue #2562DA

Tints of Royal Blue #2562DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 10.48%
G = 27.76%
B = 61.76%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2562DA (or 0x2562DA) is known color: Royal Blue. HEX triplet: 25, 62 and DA. RGB value is (37,98,218). Sum of RGB (Red+Green+Blue) = 37+98+218=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #2562DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562DA is #DA9D25. Grayscale: #5C5C5C. Windows color (decimal): -14327078 or 14311973. OLE color: 14311973.

HSL color Cylindrical-coordinate representation of color #2562DA: hue angle of 219.78º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2562DA is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 98 218 -
CMYK 0.83 0.55 0 0.15
HSL 219.78º 0.71% 0.5% -
HSV(B) 219.78º 0.83% 0.85% -
XYZ 17.79 14.19 68.13 -
YUV 93.44 198.29 87.74 -
System Red Green Blue C M Y K H S L
Decimal 37 98 218 0.83 0.55 0 0.15 219.78 0.71 0.5
Hex 25 62 DA 53 37 0 F DC 47 32
Octal 45 142 332 123 67 0 17 334 107 62
Binary 100101 1100010 11011010 1010011 110111 0 1111 11011100 1000111 110010

Color Harmonies of #2562DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2562DA

Black with #2562DA

Text Example


Text Example

White with #2562DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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