Html Css Color HEX #2840D7 Persian Blue

📋 copy color: '#2840D7'

red 40 ◦ green 64 ◦ blue 215

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

Shades of Persian Blue #2840D7

Tints of Persian Blue #2840D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 67.4%

R = 12.54%
G = 20.06%
B = 67.4%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2840D7 (or 0x2840D7) is known color: Persian Blue. HEX triplet: 28, 40 and D7. RGB value is (40,64,215). Sum of RGB (Red+Green+Blue) = 40+64+215=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 215 (84.38% from 255 or 67.40% from 319); Max value from RGB is 215 - color contains mainly: blue. Hex color #2840D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2840D7 is #D7BF28. Grayscale: #494949. Windows color (decimal): -14139177 or 14106664. OLE color: 14106664.

HSL color Cylindrical-coordinate representation of color #2840D7: hue angle of 231.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2840D7 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 64 215 -
CMYK 0.81 0.70 0 0.16
HSL 231.77º 0.69% 0.5% -
HSV(B) 231.77º 0.81% 0.84% -
XYZ 14.97 9.02 65.24 -
YUV 74.04 207.55 103.72 -
System Red Green Blue C M Y K H S L
Decimal 40 64 215 0.81 0.70 0 0.16 231.77 0.69 0.5
Hex 28 40 D7 51 46 0 10 E8 45 32
Octal 50 100 327 121 106 0 20 350 105 62
Binary 101000 1000000 11010111 1010001 1000110 0 10000 11101000 1000101 110010

Color Harmonies of #2840D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840D7

Black with #2840D7

Text Example


Text Example

White with #2840D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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