Html Css Color HEX #142EDF Persian Blue

📋 copy color: '#142EDF'

red 20 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #142EDF

Tints of Persian Blue #142EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 6.92%
G = 15.92%
B = 77.16%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#142EDF (or 0x142EDF) is known color: Persian Blue. HEX triplet: 14, 2E and DF. RGB value is (20,46,223). Sum of RGB (Red+Green+Blue) = 20+46+223=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #142EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142EDF is #EBD120. Grayscale: #393939. Windows color (decimal): -15454497 or 14626324. OLE color: 14626324.

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

Color convert

RGB 20 46 223 -
CMYK 0.91 0.79 0 0.13
HSL 232.32º 0.84% 0.48% -
HSV(B) 232.32º 0.91% 0.87% -
XYZ 14.58 7.43 70.48 -
YUV 58.4 220.89 100.61 -
System Red Green Blue C M Y K H S L
Decimal 20 46 223 0.91 0.79 0 0.13 232.32 0.84 0.48
Hex 14 2E DF 5B 4F 0 D E8 54 30
Octal 24 56 337 133 117 0 15 350 124 60
Binary 10100 101110 11011111 1011011 1001111 0 1101 11101000 1010100 110000

Color Harmonies of #142EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EDF

Black with #142EDF

Text Example


Text Example

White with #142EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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