Html Css Color HEX #2F14BB Persian Blue

📋 copy color: '#2F14BB'

red 47 ◦ green 20 ◦ blue 187

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

Shades of Persian Blue #2F14BB

Tints of Persian Blue #2F14BB

RGB

 RED value IS 47 (18.75% from 255) = 18.5%

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

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

R = 18.5%
G = 7.87%
B = 73.62%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F14BB (or 0x2F14BB) is known color: Persian Blue. HEX triplet: 2F, 14 and BB. RGB value is (47,20,187). Sum of RGB (Red+Green+Blue) = 47+20+187=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F14BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F14BB is #D0EB44. Grayscale: #2E2E2E. Windows color (decimal): -13691717 or 12260399. OLE color: 12260399.

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

Color convert

RGB 47 20 187 -
CMYK 0.75 0.89 0 0.27
HSL 249.7º 0.81% 0.41% -
HSV(B) 249.7º 0.89% 0.73% -
XYZ 10.39 4.69 47.37 -
YUV 47.11 206.95 127.92 -
System Red Green Blue C M Y K H S L
Decimal 47 20 187 0.75 0.89 0 0.27 249.7 0.81 0.41
Hex 2F 14 BB 4B 59 0 1B FA 51 29
Octal 57 24 273 113 131 0 33 372 121 51
Binary 101111 10100 10111011 1001011 1011001 0 11011 11111010 1010001 101001

Color Harmonies of #2F14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F14BB

Black with #2F14BB

Text Example


Text Example

White with #2F14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F14BB; }

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

 H1.HeaderClassName
 {
   color: #2F14BB;
 }
 .AnyTagClassName
 {
   color: #2F14BB;
 }
</style>

background-color css

<style>
 a { background-color: #2F14BB; }

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

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

border-color css

<style>
 span { border-color: #2F14BB; }

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

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