Html Css Color HEX #2862DB Royal Blue

📋 copy color: '#2862DB'

red 40 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #2862DB

Tints of Royal Blue #2862DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

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

R = 11.2%
G = 27.45%
B = 61.34%

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

#2862DB (or 0x2862DB) is known color: Royal Blue. HEX triplet: 28, 62 and DB. RGB value is (40,98,219). Sum of RGB (Red+Green+Blue) = 40+98+219=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #2862DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862DB is #D79D24. Grayscale: #5D5D5D. Windows color (decimal): -14130469 or 14377512. OLE color: 14377512.

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

Color convert

RGB 40 98 219 -
CMYK 0.82 0.55 0 0.14
HSL 220.56º 0.71% 0.51% -
HSV(B) 220.56º 0.82% 0.86% -
XYZ 18.03 14.3 68.83 -
YUV 94.45 198.28 89.16 -
System Red Green Blue C M Y K H S L
Decimal 40 98 219 0.82 0.55 0 0.14 220.56 0.71 0.51
Hex 28 62 DB 52 37 0 E DD 47 33
Octal 50 142 333 122 67 0 16 335 107 63
Binary 101000 1100010 11011011 1010010 110111 0 1110 11011101 1000111 110011

Color Harmonies of #2862DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2862DB

Black with #2862DB

Text Example


Text Example

White with #2862DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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