Html Css Color HEX #2563EF Royal Blue

📋 copy color: '#2563EF'

red 37 ◦ green 99 ◦ blue 239

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

Shades of Royal Blue #2563EF

Tints of Royal Blue #2563EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 9.87%
G = 26.4%
B = 63.73%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2563EF (or 0x2563EF) is known color: Royal Blue. HEX triplet: 25, 63 and EF. RGB value is (37,99,239). Sum of RGB (Red+Green+Blue) = 37+99+239=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #2563EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2563EF is #DA9C10. Grayscale: #5F5F5F. Windows color (decimal): -14326801 or 15688485. OLE color: 15688485.

HSL color Cylindrical-coordinate representation of color #2563EF: hue angle of 221.58º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2563EF is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 99 239 -
CMYK 0.85 0.59 0 0.06
HSL 221.58º 0.86% 0.54% -
HSV(B) 221.58º 0.85% 0.94% -
XYZ 20.8 15.55 83.57 -
YUV 96.42 208.46 85.62 -
System Red Green Blue C M Y K H S L
Decimal 37 99 239 0.85 0.59 0 0.06 221.58 0.86 0.54
Hex 25 63 EF 55 3B 0 6 DE 56 36
Octal 45 143 357 125 73 0 6 336 126 66
Binary 100101 1100011 11101111 1010101 111011 0 110 11011110 1010110 110110

Color Harmonies of #2563EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2563EF

Black with #2563EF

Text Example


Text Example

White with #2563EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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