Html Css Color HEX #2863F9 Royal Blue

📋 copy color: '#2863F9'

red 40 ◦ green 99 ◦ blue 249

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

Shades of Royal Blue #2863F9

Tints of Royal Blue #2863F9

RGB

 RED value IS 40 (16.02% from 255) = 10.31%

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

 BLUE value IS 249 (97.66% from 255) = 64.18%

R = 10.31%
G = 25.52%
B = 64.18%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2863F9 (or 0x2863F9) is known color: Royal Blue. HEX triplet: 28, 63 and F9. RGB value is (40,99,249). Sum of RGB (Red+Green+Blue) = 40+99+249=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #2863F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2863F9 is #D79C06. Grayscale: #616161. Windows color (decimal): -14130183 or 16343848. OLE color: 16343848.

HSL color Cylindrical-coordinate representation of color #2863F9: hue angle of 223.06º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2863F9 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 99 249 -
CMYK 0.84 0.60 0 0.02
HSL 223.06º 0.95% 0.57% -
HSV(B) 223.06º 0.84% 0.98% -
XYZ 22.44 16.21 91.57 -
YUV 98.46 212.95 86.3 -
System Red Green Blue C M Y K H S L
Decimal 40 99 249 0.84 0.60 0 0.02 223.06 0.95 0.57
Hex 28 63 F9 54 3C 0 2 DF 5F 39
Octal 50 143 371 124 74 0 2 337 137 71
Binary 101000 1100011 11111001 1010100 111100 0 10 11011111 1011111 111001

Color Harmonies of #2863F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2863F9

Black with #2863F9

Text Example


Text Example

White with #2863F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2863F9; }

 p { color: rgb(40,99,249); }

 H1.HeaderClassName
 {
   color: #2863F9;
 }
 .AnyTagClassName
 {
   color: #2863F9;
 }
</style>

background-color css

<style>
 a { background-color: #2863F9; }

 a { background-color: rgb(40,99,249); }

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

border-color css

<style>
 span { border-color: #2863F9; }

 span { border-color: rgb(40,99,249); }

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