Html Css Color HEX #2863DD Royal Blue

📋 copy color: '#2863DD'

red 40 ◦ green 99 ◦ blue 221

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

Shades of Royal Blue #2863DD

Tints of Royal Blue #2863DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 11.11%
G = 27.5%
B = 61.39%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2863DD (or 0x2863DD) is known color: Royal Blue. HEX triplet: 28, 63 and DD. RGB value is (40,99,221). Sum of RGB (Red+Green+Blue) = 40+99+221=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2863DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863DD is #D79C22. Grayscale: #5E5E5E. Windows color (decimal): -14130211 or 14508840. OLE color: 14508840.

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

Color convert

RGB 40 99 221 -
CMYK 0.82 0.55 0 0.13
HSL 220.44º 0.73% 0.51% -
HSV(B) 220.44º 0.82% 0.87% -
XYZ 18.39 14.6 70.25 -
YUV 95.27 198.95 88.58 -
System Red Green Blue C M Y K H S L
Decimal 40 99 221 0.82 0.55 0 0.13 220.44 0.73 0.51
Hex 28 63 DD 52 37 0 D DC 49 33
Octal 50 143 335 122 67 0 15 334 111 63
Binary 101000 1100011 11011101 1010010 110111 0 1101 11011100 1001001 110011

Color Harmonies of #2863DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2863DD

Black with #2863DD

Text Example


Text Example

White with #2863DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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