Html Css Color HEX #142DDD Persian Blue

📋 copy color: '#142DDD'

red 20 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #142DDD

Tints of Persian Blue #142DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 6.99%
G = 15.73%
B = 77.27%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#142DDD (or 0x142DDD) is known color: Persian Blue. HEX triplet: 14, 2D and DD. RGB value is (20,45,221). Sum of RGB (Red+Green+Blue) = 20+45+221=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #142DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DDD is #EBD222. Grayscale: #383838. Windows color (decimal): -15454755 or 14494996. OLE color: 14494996.

HSL color Cylindrical-coordinate representation of color #142DDD: hue angle of 232.54º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142DDD is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 45 221 -
CMYK 0.91 0.80 0 0.13
HSL 232.54º 0.83% 0.47% -
HSV(B) 232.54º 0.91% 0.87% -
XYZ 14.28 7.25 69.05 -
YUV 57.59 220.22 101.19 -
System Red Green Blue C M Y K H S L
Decimal 20 45 221 0.91 0.80 0 0.13 232.54 0.83 0.47
Hex 14 2D DD 5B 50 0 D E9 53 2F
Octal 24 55 335 133 120 0 15 351 123 57
Binary 10100 101101 11011101 1011011 1010000 0 1101 11101001 1010011 101111

Color Harmonies of #142DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DDD

Black with #142DDD

Text Example


Text Example

White with #142DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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