Html Css Color HEX #142FDF Persian Blue

📋 copy color: '#142FDF'

red 20 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #142FDF

Tints of Persian Blue #142FDF

RGB

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

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

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

R = 6.9%
G = 16.21%
B = 76.9%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#142FDF (or 0x142FDF) is known color: Persian Blue. HEX triplet: 14, 2F and DF. RGB value is (20,47,223). Sum of RGB (Red+Green+Blue) = 20+47+223=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #142FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FDF is #EBD020. Grayscale: #3A3A3A. Windows color (decimal): -15454241 or 14626580. OLE color: 14626580.

HSL color Cylindrical-coordinate representation of color #142FDF: hue angle of 232.02º 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 #142FDF is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 47 223 -
CMYK 0.91 0.79 0 0.13
HSL 232.02º 0.84% 0.48% -
HSV(B) 232.02º 0.91% 0.87% -
XYZ 14.62 7.51 70.49 -
YUV 58.99 220.55 100.19 -
System Red Green Blue C M Y K H S L
Decimal 20 47 223 0.91 0.79 0 0.13 232.02 0.84 0.48
Hex 14 2F DF 5B 4F 0 D E8 54 30
Octal 24 57 337 133 117 0 15 350 124 60
Binary 10100 101111 11011111 1011011 1001111 0 1101 11101000 1010100 110000

Color Harmonies of #142FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FDF

Black with #142FDF

Text Example


Text Example

White with #142FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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