Html Css Color HEX #142FDE Persian Blue

📋 copy color: '#142FDE'

red 20 ◦ green 47 ◦ blue 222

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

Shades of Persian Blue #142FDE

Tints of Persian Blue #142FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 76.82%

R = 6.92%
G = 16.26%
B = 76.82%

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

#142FDE (or 0x142FDE) is known color: Persian Blue. HEX triplet: 14, 2F and DE. RGB value is (20,47,222). Sum of RGB (Red+Green+Blue) = 20+47+222=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #142FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FDE is #EBD021. Grayscale: #3A3A3A. Windows color (decimal): -15454242 or 14561044. OLE color: 14561044.

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

Color convert

RGB 20 47 222 -
CMYK 0.91 0.79 0 0.13
HSL 231.98º 0.83% 0.47% -
HSV(B) 231.98º 0.91% 0.87% -
XYZ 14.49 7.46 69.78 -
YUV 58.88 220.05 100.27 -
System Red Green Blue C M Y K H S L
Decimal 20 47 222 0.91 0.79 0 0.13 231.98 0.83 0.47
Hex 14 2F DE 5B 4F 0 D E8 53 2F
Octal 24 57 336 133 117 0 15 350 123 57
Binary 10100 101111 11011110 1011011 1001111 0 1101 11101000 1010011 101111

Color Harmonies of #142FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FDE

Black with #142FDE

Text Example


Text Example

White with #142FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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