Html Css Color HEX #2563FE Royal Blue

📋 copy color: '#2563FE'

red 37 ◦ green 99 ◦ blue 254

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

Shades of Royal Blue #2563FE

Tints of Royal Blue #2563FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.13%

R = 9.49%
G = 25.38%
B = 65.13%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2563FE (or 0x2563FE) is known color: Royal Blue. HEX triplet: 25, 63 and FE. RGB value is (37,99,254). Sum of RGB (Red+Green+Blue) = 37+99+254=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #2563FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2563FE is #DA9C01. Grayscale: #616161. Windows color (decimal): -14326786 or 16671525. OLE color: 16671525.

HSL color Cylindrical-coordinate representation of color #2563FE: hue angle of 222.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2563FE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 99 254 -
CMYK 0.85 0.61 0 0.00
HSL 222.86º 0.99% 0.57% -
HSV(B) 222.86º 0.85% 1% -
XYZ 23.11 16.47 95.73 -
YUV 98.13 215.96 84.4 -
System Red Green Blue C M Y K H S L
Decimal 37 99 254 0.85 0.61 0 0.00 222.86 0.99 0.57
Hex 25 63 FE 55 3D 0 0 DF 63 39
Octal 45 143 376 125 75 0 0 337 143 71
Binary 100101 1100011 11111110 1010101 111101 0 0 11011111 1100011 111001

Color Harmonies of #2563FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2563FE

Black with #2563FE

Text Example


Text Example

White with #2563FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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