Html Css Color HEX #143FD7 Persian Blue

📋 copy color: '#143FD7'

red 20 ◦ green 63 ◦ blue 215

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

Shades of Persian Blue #143FD7

Tints of Persian Blue #143FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

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

R = 6.71%
G = 21.14%
B = 72.15%

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

#143FD7 (or 0x143FD7) is known color: Persian Blue. HEX triplet: 14, 3F and D7. RGB value is (20,63,215). Sum of RGB (Red+Green+Blue) = 20+63+215=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 215 (84.38% from 255 or 72.15% from 298); Max value from RGB is 215 - color contains mainly: blue. Hex color #143FD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FD7 is #EBC028. Grayscale: #424242. Windows color (decimal): -15450153 or 14106388. OLE color: 14106388.

HSL color Cylindrical-coordinate representation of color #143FD7: hue angle of 226.77º 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 #143FD7 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 63 215 -
CMYK 0.91 0.71 0 0.16
HSL 226.77º 0.83% 0.46% -
HSV(B) 226.77º 0.91% 0.84% -
XYZ 14.33 8.61 65.2 -
YUV 67.47 211.25 94.14 -
System Red Green Blue C M Y K H S L
Decimal 20 63 215 0.91 0.71 0 0.16 226.77 0.83 0.46
Hex 14 3F D7 5B 47 0 10 E3 53 2E
Octal 24 77 327 133 107 0 20 343 123 56
Binary 10100 111111 11010111 1011011 1000111 0 10000 11100011 1010011 101110

Color Harmonies of #143FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FD7

Black with #143FD7

Text Example


Text Example

White with #143FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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