Html Css Color HEX #2F14BE Persian Blue

📋 copy color: '#2F14BE'

red 47 ◦ green 20 ◦ blue 190

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

Shades of Persian Blue #2F14BE

Tints of Persian Blue #2F14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 18.29%
G = 7.78%
B = 73.93%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F14BE (or 0x2F14BE) is known color: Persian Blue. HEX triplet: 2F, 14 and BE. RGB value is (47,20,190). Sum of RGB (Red+Green+Blue) = 47+20+190=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F14BE is #D0EB41. Grayscale: #2E2E2E. Windows color (decimal): -13691714 or 12457007. OLE color: 12457007.

HSL color Cylindrical-coordinate representation of color #2F14BE: hue angle of 249.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F14BE is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 20 190 -
CMYK 0.75 0.89 0 0.25
HSL 249.53º 0.81% 0.41% -
HSV(B) 249.53º 0.89% 0.75% -
XYZ 10.72 4.82 49.08 -
YUV 47.45 208.45 127.68 -
System Red Green Blue C M Y K H S L
Decimal 47 20 190 0.75 0.89 0 0.25 249.53 0.81 0.41
Hex 2F 14 BE 4B 59 0 19 FA 51 29
Octal 57 24 276 113 131 0 31 372 121 51
Binary 101111 10100 10111110 1001011 1011001 0 11001 11111010 1010001 101001

Color Harmonies of #2F14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F14BE

Black with #2F14BE

Text Example


Text Example

White with #2F14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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