Html Css Color HEX #142DE0 Persian Blue

📋 copy color: '#142DE0'

red 20 ◦ green 45 ◦ blue 224

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

Shades of Persian Blue #142DE0

Tints of Persian Blue #142DE0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

 BLUE value IS 224 (87.89% from 255) = 77.51%

R = 6.92%
G = 15.57%
B = 77.51%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#142DE0 (or 0x142DE0) is known color: Persian Blue. HEX triplet: 14, 2D and E0. RGB value is (20,45,224). Sum of RGB (Red+Green+Blue) = 20+45+224=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #142DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DE0 is #EBD21F. Grayscale: #393939. Windows color (decimal): -15454752 or 14691604. OLE color: 14691604.

HSL color Cylindrical-coordinate representation of color #142DE0: hue angle of 232.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142DE0 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 45 224 -
CMYK 0.91 0.80 0 0.12
HSL 232.65º 0.84% 0.48% -
HSV(B) 232.65º 0.91% 0.88% -
XYZ 14.68 7.41 71.18 -
YUV 57.93 221.72 100.95 -
System Red Green Blue C M Y K H S L
Decimal 20 45 224 0.91 0.80 0 0.12 232.65 0.84 0.48
Hex 14 2D E0 5B 50 0 C E9 54 30
Octal 24 55 340 133 120 0 14 351 124 60
Binary 10100 101101 11100000 1011011 1010000 0 1100 11101001 1010100 110000

Color Harmonies of #142DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DE0

Black with #142DE0

Text Example


Text Example

White with #142DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,45,224); }

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

background-color css

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

 a { background-color: rgb(20,45,224); }

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

border-color css

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

 span { border-color: rgb(20,45,224); }

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