Html Css Color HEX #142FD8 Persian Blue

📋 copy color: '#142FD8'

red 20 ◦ green 47 ◦ blue 216

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

Shades of Persian Blue #142FD8

Tints of Persian Blue #142FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 76.33%

R = 7.07%
G = 16.61%
B = 76.33%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#142FD8 (or 0x142FD8) is known color: Persian Blue. HEX triplet: 14, 2F and D8. RGB value is (20,47,216). Sum of RGB (Red+Green+Blue) = 20+47+216=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #142FD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FD8 is #EBD027. Grayscale: #393939. Windows color (decimal): -15454248 or 14167828. OLE color: 14167828.

HSL color Cylindrical-coordinate representation of color #142FD8: hue angle of 231.73º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142FD8 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 47 216 -
CMYK 0.91 0.78 0 0.15
HSL 231.73º 0.83% 0.46% -
HSV(B) 231.73º 0.91% 0.85% -
XYZ 13.7 7.14 65.62 -
YUV 58.19 217.05 100.76 -
System Red Green Blue C M Y K H S L
Decimal 20 47 216 0.91 0.78 0 0.15 231.73 0.83 0.46
Hex 14 2F D8 5B 4E 0 F E8 53 2E
Octal 24 57 330 133 116 0 17 350 123 56
Binary 10100 101111 11011000 1011011 1001110 0 1111 11101000 1010011 101110

Color Harmonies of #142FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FD8

Black with #142FD8

Text Example


Text Example

White with #142FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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