Html Css Color HEX #142EEE Persian Blue

📋 copy color: '#142EEE'

red 20 ◦ green 46 ◦ blue 238

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

Shades of Persian Blue #142EEE

Tints of Persian Blue #142EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 78.29%

R = 6.58%
G = 15.13%
B = 78.29%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#142EEE (or 0x142EEE) is known color: Persian Blue. HEX triplet: 14, 2E and EE. RGB value is (20,46,238). Sum of RGB (Red+Green+Blue) = 20+46+238=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #142EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142EEE is #EBD111. Grayscale: #3B3B3B. Windows color (decimal): -15454482 or 15609364. OLE color: 15609364.

HSL color Cylindrical-coordinate representation of color #142EEE: hue angle of 232.84º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142EEE is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 46 238 -
CMYK 0.92 0.81 0 0.07
HSL 232.84º 0.87% 0.51% -
HSV(B) 232.84º 0.92% 0.93% -
XYZ 16.7 8.28 81.61 -
YUV 60.11 228.39 99.39 -
System Red Green Blue C M Y K H S L
Decimal 20 46 238 0.92 0.81 0 0.07 232.84 0.87 0.51
Hex 14 2E EE 5C 51 0 7 E9 57 33
Octal 24 56 356 134 121 0 7 351 127 63
Binary 10100 101110 11101110 1011100 1010001 0 111 11101001 1010111 110011

Color Harmonies of #142EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EEE

Black with #142EEE

Text Example


Text Example

White with #142EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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