Html Css Color HEX #142EE7 Persian Blue

📋 copy color: '#142EE7'

red 20 ◦ green 46 ◦ blue 231

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

Shades of Persian Blue #142EE7

Tints of Persian Blue #142EE7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.49%

 BLUE value IS 231 (90.63% from 255) = 77.78%

R = 6.73%
G = 15.49%
B = 77.78%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#142EE7 (or 0x142EE7) is known color: Persian Blue. HEX triplet: 14, 2E and E7. RGB value is (20,46,231). Sum of RGB (Red+Green+Blue) = 20+46+231=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 231 (90.62% from 255 or 77.78% from 297); Max value from RGB is 231 - color contains mainly: blue. Hex color #142EE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142EE7 is #EBD118. Grayscale: #3A3A3A. Windows color (decimal): -15454489 or 15150612. OLE color: 15150612.

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

Color convert

RGB 20 46 231 -
CMYK 0.91 0.80 0 0.09
HSL 232.61º 0.84% 0.49% -
HSV(B) 232.61º 0.91% 0.91% -
XYZ 15.69 7.87 76.29 -
YUV 59.32 224.89 99.96 -
System Red Green Blue C M Y K H S L
Decimal 20 46 231 0.91 0.80 0 0.09 232.61 0.84 0.49
Hex 14 2E E7 5B 50 0 9 E9 54 31
Octal 24 56 347 133 120 0 11 351 124 61
Binary 10100 101110 11100111 1011011 1010000 0 1001 11101001 1010100 110001

Color Harmonies of #142EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EE7

Black with #142EE7

Text Example


Text Example

White with #142EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,231); }

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

background-color css

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

 a { background-color: rgb(20,46,231); }

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

border-color css

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

 span { border-color: rgb(20,46,231); }

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