Html Css Color HEX #2563E2 Royal Blue

📋 copy color: '#2563E2'

red 37 ◦ green 99 ◦ blue 226

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

Shades of Royal Blue #2563E2

Tints of Royal Blue #2563E2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 226 (88.67% from 255) = 62.43%

R = 10.22%
G = 27.35%
B = 62.43%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2563E2 (or 0x2563E2) is known color: Royal Blue. HEX triplet: 25, 63 and E2. RGB value is (37,99,226). Sum of RGB (Red+Green+Blue) = 37+99+226=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 226 (88.67% from 255 or 62.43% from 362); Max value from RGB is 226 - color contains mainly: blue. Hex color #2563E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2563E2 is #DA9C1D. Grayscale: #5E5E5E. Windows color (decimal): -14326814 or 14836517. OLE color: 14836517.

HSL color Cylindrical-coordinate representation of color #2563E2: hue angle of 220.32º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2563E2 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 99 226 -
CMYK 0.84 0.56 0 0.11
HSL 220.32º 0.77% 0.52% -
HSV(B) 220.32º 0.84% 0.89% -
XYZ 18.95 14.81 73.81 -
YUV 94.94 201.96 86.67 -
System Red Green Blue C M Y K H S L
Decimal 37 99 226 0.84 0.56 0 0.11 220.32 0.77 0.52
Hex 25 63 E2 54 38 0 B DC 4D 34
Octal 45 143 342 124 70 0 13 334 115 64
Binary 100101 1100011 11100010 1010100 111000 0 1011 11011100 1001101 110100

Color Harmonies of #2563E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2563E2

Black with #2563E2

Text Example


Text Example

White with #2563E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2563E2; }

 p { color: rgb(37,99,226); }

 H1.HeaderClassName
 {
   color: #2563E2;
 }
 .AnyTagClassName
 {
   color: #2563E2;
 }
</style>

background-color css

<style>
 a { background-color: #2563E2; }

 a { background-color: rgb(37,99,226); }

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

border-color css

<style>
 span { border-color: #2563E2; }

 span { border-color: rgb(37,99,226); }

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