Html Css Color HEX #2814BC Persian Blue

📋 copy color: '#2814BC'

red 40 ◦ green 20 ◦ blue 188

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

Shades of Persian Blue #2814BC

Tints of Persian Blue #2814BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.81%

R = 16.13%
G = 8.06%
B = 75.81%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2814BC (or 0x2814BC) is known color: Persian Blue. HEX triplet: 28, 14 and BC. RGB value is (40,20,188). Sum of RGB (Red+Green+Blue) = 40+20+188=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #2814BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814BC is #D7EB43. Grayscale: #2C2C2C. Windows color (decimal): -14150468 or 12325928. OLE color: 12325928.

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

Color convert

RGB 40 20 188 -
CMYK 0.79 0.89 0 0.26
HSL 247.14º 0.81% 0.41% -
HSV(B) 247.14º 0.89% 0.74% -
XYZ 10.2 4.58 47.92 -
YUV 45.13 208.63 124.34 -
System Red Green Blue C M Y K H S L
Decimal 40 20 188 0.79 0.89 0 0.26 247.14 0.81 0.41
Hex 28 14 BC 4F 59 0 1A F7 51 29
Octal 50 24 274 117 131 0 32 367 121 51
Binary 101000 10100 10111100 1001111 1011001 0 11010 11110111 1010001 101001

Color Harmonies of #2814BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2814BC

Black with #2814BC

Text Example


Text Example

White with #2814BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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