Html Css Color HEX #2514BB Persian Blue

📋 copy color: '#2514BB'

red 37 ◦ green 20 ◦ blue 187

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

Shades of Persian Blue #2514BB

Tints of Persian Blue #2514BB

RGB

 RED value IS 37 (14.84% from 255) = 15.16%

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

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

R = 15.16%
G = 8.2%
B = 76.64%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2514BB (or 0x2514BB) is known color: Persian Blue. HEX triplet: 25, 14 and BB. RGB value is (37,20,187). Sum of RGB (Red+Green+Blue) = 37+20+187=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #2514BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514BB is #DAEB44. Grayscale: #2B2B2B. Windows color (decimal): -14347077 or 12260389. OLE color: 12260389.

HSL color Cylindrical-coordinate representation of color #2514BB: hue angle of 246.11º 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 #2514BB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 20 187 -
CMYK 0.80 0.89 0 0.27
HSL 246.11º 0.81% 0.41% -
HSV(B) 246.11º 0.89% 0.73% -
XYZ 9.98 4.48 47.35 -
YUV 44.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 37 20 187 0.80 0.89 0 0.27 246.11 0.81 0.41
Hex 25 14 BB 50 59 0 1B F6 51 29
Octal 45 24 273 120 131 0 33 366 121 51
Binary 100101 10100 10111011 1010000 1011001 0 11011 11110110 1010001 101001

Color Harmonies of #2514BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2514BB

Black with #2514BB

Text Example


Text Example

White with #2514BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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