Html Css Color HEX #2863DC Royal Blue

📋 copy color: '#2863DC'

red 40 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #2863DC

Tints of Royal Blue #2863DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 11.14%
G = 27.58%
B = 61.28%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2863DC (or 0x2863DC) is known color: Royal Blue. HEX triplet: 28, 63 and DC. RGB value is (40,99,220). Sum of RGB (Red+Green+Blue) = 40+99+220=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #2863DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863DC is #D79C23. Grayscale: #5E5E5E. Windows color (decimal): -14130212 or 14443304. OLE color: 14443304.

HSL color Cylindrical-coordinate representation of color #2863DC: hue angle of 220.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2863DC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 99 220 -
CMYK 0.82 0.55 0 0.14
HSL 220.33º 0.72% 0.51% -
HSV(B) 220.33º 0.82% 0.86% -
XYZ 18.26 14.54 69.55 -
YUV 95.15 198.45 88.66 -
System Red Green Blue C M Y K H S L
Decimal 40 99 220 0.82 0.55 0 0.14 220.33 0.72 0.51
Hex 28 63 DC 52 37 0 E DC 48 33
Octal 50 143 334 122 67 0 16 334 110 63
Binary 101000 1100011 11011100 1010010 110111 0 1110 11011100 1001000 110011

Color Harmonies of #2863DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2863DC

Black with #2863DC

Text Example


Text Example

White with #2863DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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