Html Css Color HEX #2840DB Persian Blue

📋 copy color: '#2840DB'

red 40 ◦ green 64 ◦ blue 219

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

Shades of Persian Blue #2840DB

Tints of Persian Blue #2840DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 12.38%
G = 19.81%
B = 67.8%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2840DB (or 0x2840DB) is known color: Persian Blue. HEX triplet: 28, 40 and DB. RGB value is (40,64,219). Sum of RGB (Red+Green+Blue) = 40+64+219=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2840DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2840DB is #D7BF24. Grayscale: #494949. Windows color (decimal): -14139173 or 14368808. OLE color: 14368808.

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

Color convert

RGB 40 64 219 -
CMYK 0.82 0.71 0 0.14
HSL 231.96º 0.71% 0.51% -
HSV(B) 231.96º 0.82% 0.86% -
XYZ 15.49 9.23 67.98 -
YUV 74.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 40 64 219 0.82 0.71 0 0.14 231.96 0.71 0.51
Hex 28 40 DB 52 47 0 E E8 47 33
Octal 50 100 333 122 107 0 16 350 107 63
Binary 101000 1000000 11011011 1010010 1000111 0 1110 11101000 1000111 110011

Color Harmonies of #2840DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840DB

Black with #2840DB

Text Example


Text Example

White with #2840DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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