Html Css Color HEX #142EDE Persian Blue

📋 copy color: '#142EDE'

red 20 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #142EDE

Tints of Persian Blue #142EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.08%

R = 6.94%
G = 15.97%
B = 77.08%

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

#142EDE (or 0x142EDE) is known color: Persian Blue. HEX triplet: 14, 2E and DE. RGB value is (20,46,222). Sum of RGB (Red+Green+Blue) = 20+46+222=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #142EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142EDE is #EBD121. Grayscale: #393939. Windows color (decimal): -15454498 or 14560788. OLE color: 14560788.

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

Color convert

RGB 20 46 222 -
CMYK 0.91 0.79 0 0.13
HSL 232.28º 0.83% 0.47% -
HSV(B) 232.28º 0.91% 0.87% -
XYZ 14.45 7.38 69.77 -
YUV 58.29 220.39 100.69 -
System Red Green Blue C M Y K H S L
Decimal 20 46 222 0.91 0.79 0 0.13 232.28 0.83 0.47
Hex 14 2E DE 5B 4F 0 D E8 53 2F
Octal 24 56 336 133 117 0 15 350 123 57
Binary 10100 101110 11011110 1011011 1001111 0 1101 11101000 1010011 101111

Color Harmonies of #142EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EDE

Black with #142EDE

Text Example


Text Example

White with #142EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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