Html Css Color HEX #143ED7 Persian Blue

📋 copy color: '#143ED7'

red 20 ◦ green 62 ◦ blue 215

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

Shades of Persian Blue #143ED7

Tints of Persian Blue #143ED7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 215 (84.38% from 255) = 72.39%

R = 6.73%
G = 20.88%
B = 72.39%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#143ED7 (or 0x143ED7) is known color: Persian Blue. HEX triplet: 14, 3E and D7. RGB value is (20,62,215). Sum of RGB (Red+Green+Blue) = 20+62+215=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 215 (84.38% from 255 or 72.39% from 297); Max value from RGB is 215 - color contains mainly: blue. Hex color #143ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ED7 is #EBC128. Grayscale: #424242. Windows color (decimal): -15450409 or 14106132. OLE color: 14106132.

HSL color Cylindrical-coordinate representation of color #143ED7: hue angle of 227.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143ED7 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 62 215 -
CMYK 0.91 0.71 0 0.16
HSL 227.08º 0.83% 0.46% -
HSV(B) 227.08º 0.91% 0.84% -
XYZ 14.28 8.5 65.18 -
YUV 66.88 211.59 94.56 -
System Red Green Blue C M Y K H S L
Decimal 20 62 215 0.91 0.71 0 0.16 227.08 0.83 0.46
Hex 14 3E D7 5B 47 0 10 E3 53 2E
Octal 24 76 327 133 107 0 20 343 123 56
Binary 10100 111110 11010111 1011011 1000111 0 10000 11100011 1010011 101110

Color Harmonies of #143ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ED7

Black with #143ED7

Text Example


Text Example

White with #143ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143ED7; }

 p { color: rgb(20,62,215); }

 H1.HeaderClassName
 {
   color: #143ED7;
 }
 .AnyTagClassName
 {
   color: #143ED7;
 }
</style>

background-color css

<style>
 a { background-color: #143ED7; }

 a { background-color: rgb(20,62,215); }

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

border-color css

<style>
 span { border-color: #143ED7; }

 span { border-color: rgb(20,62,215); }

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