Html Css Color HEX #142FEF Persian Blue

📋 copy color: '#142FEF'

red 20 ◦ green 47 ◦ blue 239

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

Shades of Persian Blue #142FEF

Tints of Persian Blue #142FEF

RGB

 RED value IS 20 (8.2% from 255) = 6.54%

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 6.54%
G = 15.36%
B = 78.1%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#142FEF (or 0x142FEF) is known color: Persian Blue. HEX triplet: 14, 2F and EF. RGB value is (20,47,239). Sum of RGB (Red+Green+Blue) = 20+47+239=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #142FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142FEF is #EBD010. Grayscale: #3C3C3C. Windows color (decimal): -15454225 or 15675156. OLE color: 15675156.

HSL color Cylindrical-coordinate representation of color #142FEF: hue angle of 232.6º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142FEF is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 47 239 -
CMYK 0.92 0.80 0 0.06
HSL 232.6º 0.87% 0.51% -
HSV(B) 232.6º 0.92% 0.94% -
XYZ 16.88 8.41 82.4 -
YUV 60.82 228.55 98.89 -
System Red Green Blue C M Y K H S L
Decimal 20 47 239 0.92 0.80 0 0.06 232.6 0.87 0.51
Hex 14 2F EF 5C 50 0 6 E9 57 33
Octal 24 57 357 134 120 0 6 351 127 63
Binary 10100 101111 11101111 1011100 1010000 0 110 11101001 1010111 110011

Color Harmonies of #142FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FEF

Black with #142FEF

Text Example


Text Example

White with #142FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142FEF; }

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

 H1.HeaderClassName
 {
   color: #142FEF;
 }
 .AnyTagClassName
 {
   color: #142FEF;
 }
</style>

background-color css

<style>
 a { background-color: #142FEF; }

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

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

border-color css

<style>
 span { border-color: #142FEF; }

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

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