Html Css Color HEX #142ADE Persian Blue

📋 copy color: '#142ADE'

red 20 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #142ADE

Tints of Persian Blue #142ADE

RGB

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

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

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

R = 7.04%
G = 14.79%
B = 78.17%

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

#142ADE (or 0x142ADE) is known color: Persian Blue. HEX triplet: 14, 2A and DE. RGB value is (20,42,222). Sum of RGB (Red+Green+Blue) = 20+42+222=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #142ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ADE is #EBD521. Grayscale: #373737. Windows color (decimal): -15455522 or 14559764. OLE color: 14559764.

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

Color convert

RGB 20 42 222 -
CMYK 0.91 0.81 0 0.13
HSL 233.47º 0.83% 0.47% -
HSV(B) 233.47º 0.91% 0.87% -
XYZ 14.3 7.08 69.72 -
YUV 55.94 221.71 102.36 -
System Red Green Blue C M Y K H S L
Decimal 20 42 222 0.91 0.81 0 0.13 233.47 0.83 0.47
Hex 14 2A DE 5B 51 0 D E9 53 2F
Octal 24 52 336 133 121 0 15 351 123 57
Binary 10100 101010 11011110 1011011 1010001 0 1101 11101001 1010011 101111

Color Harmonies of #142ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ADE

Black with #142ADE

Text Example


Text Example

White with #142ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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