Html Css Color HEX #2863DE Royal Blue

📋 copy color: '#2863DE'

red 40 ◦ green 99 ◦ blue 222

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

Shades of Royal Blue #2863DE

Tints of Royal Blue #2863DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.5%

R = 11.08%
G = 27.42%
B = 61.5%

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

#2863DE (or 0x2863DE) is known color: Royal Blue. HEX triplet: 28, 63 and DE. RGB value is (40,99,222). Sum of RGB (Red+Green+Blue) = 40+99+222=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #2863DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863DE is #D79C21. Grayscale: #5E5E5E. Windows color (decimal): -14130210 or 14574376. OLE color: 14574376.

HSL color Cylindrical-coordinate representation of color #2863DE: hue angle of 220.55º 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 #2863DE is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 99 222 -
CMYK 0.82 0.55 0 0.13
HSL 220.55º 0.73% 0.51% -
HSV(B) 220.55º 0.82% 0.87% -
XYZ 18.52 14.65 70.96 -
YUV 95.38 199.45 88.5 -
System Red Green Blue C M Y K H S L
Decimal 40 99 222 0.82 0.55 0 0.13 220.55 0.73 0.51
Hex 28 63 DE 52 37 0 D DD 49 33
Octal 50 143 336 122 67 0 15 335 111 63
Binary 101000 1100011 11011110 1010010 110111 0 1101 11011101 1001001 110011

Color Harmonies of #2863DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2863DE

Black with #2863DE

Text Example


Text Example

White with #2863DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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