Html Css Color HEX #2814BB Persian Blue

📋 copy color: '#2814BB'

red 40 ◦ green 20 ◦ blue 187

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

Shades of Persian Blue #2814BB

Tints of Persian Blue #2814BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 187 (73.44% from 255) = 75.71%

R = 16.19%
G = 8.1%
B = 75.71%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2814BB (or 0x2814BB) is known color: Persian Blue. HEX triplet: 28, 14 and BB. RGB value is (40,20,187). Sum of RGB (Red+Green+Blue) = 40+20+187=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #2814BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814BB is #D7EB44. Grayscale: #2C2C2C. Windows color (decimal): -14150469 or 12260392. OLE color: 12260392.

HSL color Cylindrical-coordinate representation of color #2814BB: hue angle of 247.19º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2814BB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 20 187 -
CMYK 0.79 0.89 0 0.27
HSL 247.19º 0.81% 0.41% -
HSV(B) 247.19º 0.89% 0.73% -
XYZ 10.09 4.54 47.36 -
YUV 45.02 208.13 124.42 -
System Red Green Blue C M Y K H S L
Decimal 40 20 187 0.79 0.89 0 0.27 247.19 0.81 0.41
Hex 28 14 BB 4F 59 0 1B F7 51 29
Octal 50 24 273 117 131 0 33 367 121 51
Binary 101000 10100 10111011 1001111 1011001 0 11011 11110111 1010001 101001

Color Harmonies of #2814BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2814BB

Black with #2814BB

Text Example


Text Example

White with #2814BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2814BB; }

 p { color: rgb(40,20,187); }

 H1.HeaderClassName
 {
   color: #2814BB;
 }
 .AnyTagClassName
 {
   color: #2814BB;
 }
</style>

background-color css

<style>
 a { background-color: #2814BB; }

 a { background-color: rgb(40,20,187); }

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

border-color css

<style>
 span { border-color: #2814BB; }

 span { border-color: rgb(40,20,187); }

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