Html Css Color HEX #142ADD Persian Blue

📋 copy color: '#142ADD'

red 20 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #142ADD

Tints of Persian Blue #142ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.09%

R = 7.07%
G = 14.84%
B = 78.09%

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

#142ADD (or 0x142ADD) is known color: Persian Blue. HEX triplet: 14, 2A and DD. RGB value is (20,42,221). Sum of RGB (Red+Green+Blue) = 20+42+221=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #142ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ADD is #EBD522. Grayscale: #373737. Windows color (decimal): -15455523 or 14494228. OLE color: 14494228.

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

Color convert

RGB 20 42 221 -
CMYK 0.91 0.81 0 0.13
HSL 233.43º 0.83% 0.47% -
HSV(B) 233.43º 0.91% 0.87% -
XYZ 14.17 7.03 69.02 -
YUV 55.83 221.21 102.45 -
System Red Green Blue C M Y K H S L
Decimal 20 42 221 0.91 0.81 0 0.13 233.43 0.83 0.47
Hex 14 2A DD 5B 51 0 D E9 53 2F
Octal 24 52 335 133 121 0 15 351 123 57
Binary 10100 101010 11011101 1011011 1010001 0 1101 11101001 1010011 101111

Color Harmonies of #142ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ADD

Black with #142ADD

Text Example


Text Example

White with #142ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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