Html Css Color HEX #142ADF Persian Blue

📋 copy color: '#142ADF'

red 20 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #142ADF

Tints of Persian Blue #142ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

 BLUE value IS 223 (87.5% from 255) = 78.25%

R = 7.02%
G = 14.74%
B = 78.25%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#142ADF (or 0x142ADF) is known color: Persian Blue. HEX triplet: 14, 2A and DF. RGB value is (20,42,223). Sum of RGB (Red+Green+Blue) = 20+42+223=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #142ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ADF is #EBD520. Grayscale: #373737. Windows color (decimal): -15455521 or 14625300. OLE color: 14625300.

HSL color Cylindrical-coordinate representation of color #142ADF: hue angle of 233.5º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142ADF is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 42 223 -
CMYK 0.91 0.81 0 0.13
HSL 233.5º 0.84% 0.48% -
HSV(B) 233.5º 0.91% 0.87% -
XYZ 14.44 7.13 70.43 -
YUV 56.06 222.21 102.28 -
System Red Green Blue C M Y K H S L
Decimal 20 42 223 0.91 0.81 0 0.13 233.5 0.84 0.48
Hex 14 2A DF 5B 51 0 D E9 54 30
Octal 24 52 337 133 121 0 15 351 124 60
Binary 10100 101010 11011111 1011011 1010001 0 1101 11101001 1010100 110000

Color Harmonies of #142ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ADF

Black with #142ADF

Text Example


Text Example

White with #142ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,42,223); }

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

background-color css

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

 a { background-color: rgb(20,42,223); }

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

border-color css

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

 span { border-color: rgb(20,42,223); }

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