Html Css Color HEX #143CF4 Persian Blue

📋 copy color: '#143CF4'

red 20 ◦ green 60 ◦ blue 244

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

Shades of Persian Blue #143CF4

Tints of Persian Blue #143CF4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 244 (95.7% from 255) = 75.31%

R = 6.17%
G = 18.52%
B = 75.31%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#143CF4 (or 0x143CF4) is known color: Persian Blue. HEX triplet: 14, 3C and F4. RGB value is (20,60,244). Sum of RGB (Red+Green+Blue) = 20+60+244=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 244 (95.70% from 255 or 75.31% from 324); Max value from RGB is 244 - color contains mainly: blue. Hex color #143CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143CF4 is #EBC30B. Grayscale: #444444. Windows color (decimal): -15450892 or 16006164. OLE color: 16006164.

HSL color Cylindrical-coordinate representation of color #143CF4: hue angle of 229.29º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143CF4 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 60 244 -
CMYK 0.92 0.75 0 0.04
HSL 229.29º 0.91% 0.52% -
HSV(B) 229.29º 0.92% 0.96% -
XYZ 18.23 9.91 86.54 -
YUV 69.02 226.75 93.04 -
System Red Green Blue C M Y K H S L
Decimal 20 60 244 0.92 0.75 0 0.04 229.29 0.91 0.52
Hex 14 3C F4 5C 4B 0 4 E5 5B 34
Octal 24 74 364 134 113 0 4 345 133 64
Binary 10100 111100 11110100 1011100 1001011 0 100 11100101 1011011 110100

Color Harmonies of #143CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CF4

Black with #143CF4

Text Example


Text Example

White with #143CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,244); }

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

background-color css

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

 a { background-color: rgb(20,60,244); }

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

border-color css

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

 span { border-color: rgb(20,60,244); }

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