Html Css Color HEX #143FF2 Persian Blue

📋 copy color: '#143FF2'

red 20 ◦ green 63 ◦ blue 242

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

Shades of Persian Blue #143FF2

Tints of Persian Blue #143FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 74.46%

R = 6.15%
G = 19.38%
B = 74.46%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#143FF2 (or 0x143FF2) is known color: Persian Blue. HEX triplet: 14, 3F and F2. RGB value is (20,63,242). Sum of RGB (Red+Green+Blue) = 20+63+242=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #143FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143FF2 is #EBC00D. Grayscale: #454545. Windows color (decimal): -15450126 or 15875860. OLE color: 15875860.

HSL color Cylindrical-coordinate representation of color #143FF2: hue angle of 228.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143FF2 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 63 242 -
CMYK 0.92 0.74 0 0.05
HSL 228.38º 0.9% 0.51% -
HSV(B) 228.38º 0.92% 0.95% -
XYZ 18.09 10.11 85 -
YUV 70.55 224.75 91.95 -
System Red Green Blue C M Y K H S L
Decimal 20 63 242 0.92 0.74 0 0.05 228.38 0.9 0.51
Hex 14 3F F2 5C 4A 0 5 E4 5A 33
Octal 24 77 362 134 112 0 5 344 132 63
Binary 10100 111111 11110010 1011100 1001010 0 101 11100100 1011010 110011

Color Harmonies of #143FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FF2

Black with #143FF2

Text Example


Text Example

White with #143FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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