Html Css Color HEX #142DCF Persian Blue

📋 copy color: '#142DCF'

red 20 ◦ green 45 ◦ blue 207

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

Shades of Persian Blue #142DCF

Tints of Persian Blue #142DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

 BLUE value IS 207 (81.25% from 255) = 76.1%

R = 7.35%
G = 16.54%
B = 76.1%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#142DCF (or 0x142DCF) is known color: Persian Blue. HEX triplet: 14, 2D and CF. RGB value is (20,45,207). Sum of RGB (Red+Green+Blue) = 20+45+207=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #142DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DCF is #EBD230. Grayscale: #373737. Windows color (decimal): -15454769 or 13577492. OLE color: 13577492.

HSL color Cylindrical-coordinate representation of color #142DCF: hue angle of 231.98º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142DCF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 45 207 -
CMYK 0.90 0.78 0 0.19
HSL 231.98º 0.82% 0.45% -
HSV(B) 231.98º 0.9% 0.81% -
XYZ 12.49 6.53 59.63 -
YUV 55.99 213.22 102.33 -
System Red Green Blue C M Y K H S L
Decimal 20 45 207 0.90 0.78 0 0.19 231.98 0.82 0.45
Hex 14 2D CF 5A 4E 0 13 E8 52 2D
Octal 24 55 317 132 116 0 23 350 122 55
Binary 10100 101101 11001111 1011010 1001110 0 10011 11101000 1010010 101101

Color Harmonies of #142DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DCF

Black with #142DCF

Text Example


Text Example

White with #142DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,45,207); }

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

background-color css

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

 a { background-color: rgb(20,45,207); }

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

border-color css

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

 span { border-color: rgb(20,45,207); }

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