Html Css Color HEX #2861DB Royal Blue

📋 copy color: '#2861DB'

red 40 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #2861DB

Tints of Royal Blue #2861DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 11.24%
G = 27.25%
B = 61.52%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2861DB (or 0x2861DB) is known color: Royal Blue. HEX triplet: 28, 61 and DB. RGB value is (40,97,219). Sum of RGB (Red+Green+Blue) = 40+97+219=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2861DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2861DB is #D79E24. Grayscale: #5D5D5D. Windows color (decimal): -14130725 or 14377256. OLE color: 14377256.

HSL color Cylindrical-coordinate representation of color #2861DB: hue angle of 220.89º degrees, saturation: 0.71, 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 #2861DB is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 97 219 -
CMYK 0.82 0.56 0 0.14
HSL 220.89º 0.71% 0.51% -
HSV(B) 220.89º 0.82% 0.86% -
XYZ 17.94 14.11 68.8 -
YUV 93.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 40 97 219 0.82 0.56 0 0.14 220.89 0.71 0.51
Hex 28 61 DB 52 38 0 E DD 47 33
Octal 50 141 333 122 70 0 16 335 107 63
Binary 101000 1100001 11011011 1010010 111000 0 1110 11011101 1000111 110011

Color Harmonies of #2861DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2861DB

Black with #2861DB

Text Example


Text Example

White with #2861DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2861DB; }

 p { color: rgb(40,97,219); }

 H1.HeaderClassName
 {
   color: #2861DB;
 }
 .AnyTagClassName
 {
   color: #2861DB;
 }
</style>

background-color css

<style>
 a { background-color: #2861DB; }

 a { background-color: rgb(40,97,219); }

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

border-color css

<style>
 span { border-color: #2861DB; }

 span { border-color: rgb(40,97,219); }

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