Html Css Color HEX #142EEB Persian Blue

📋 copy color: '#142EEB'

red 20 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #142EEB

Tints of Persian Blue #142EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.07%

R = 6.64%
G = 15.28%
B = 78.07%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#142EEB (or 0x142EEB) is known color: Persian Blue. HEX triplet: 14, 2E and EB. RGB value is (20,46,235). Sum of RGB (Red+Green+Blue) = 20+46+235=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #142EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142EEB is #EBD114. Grayscale: #3A3A3A. Windows color (decimal): -15454485 or 15412756. OLE color: 15412756.

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

Color convert

RGB 20 46 235 -
CMYK 0.91 0.80 0 0.08
HSL 232.74º 0.84% 0.5% -
HSV(B) 232.74º 0.91% 0.92% -
XYZ 16.26 8.1 79.3 -
YUV 59.77 226.89 99.63 -
System Red Green Blue C M Y K H S L
Decimal 20 46 235 0.91 0.80 0 0.08 232.74 0.84 0.5
Hex 14 2E EB 5B 50 0 8 E9 54 32
Octal 24 56 353 133 120 0 10 351 124 62
Binary 10100 101110 11101011 1011011 1010000 0 1000 11101001 1010100 110010

Color Harmonies of #142EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EEB

Black with #142EEB

Text Example


Text Example

White with #142EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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