Html Css Color HEX #142DED Persian Blue

📋 copy color: '#142DED'

red 20 ◦ green 45 ◦ blue 237

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

Shades of Persian Blue #142DED

Tints of Persian Blue #142DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 78.48%

R = 6.62%
G = 14.9%
B = 78.48%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#142DED (or 0x142DED) is known color: Persian Blue. HEX triplet: 14, 2D and ED. RGB value is (20,45,237). Sum of RGB (Red+Green+Blue) = 20+45+237=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #142DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142DED is #EBD212. Grayscale: #3A3A3A. Windows color (decimal): -15454739 or 15543572. OLE color: 15543572.

HSL color Cylindrical-coordinate representation of color #142DED: hue angle of 233.09º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142DED is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 45 237 -
CMYK 0.92 0.81 0 0.07
HSL 233.09º 0.86% 0.5% -
HSV(B) 233.09º 0.92% 0.93% -
XYZ 16.51 8.14 80.82 -
YUV 59.41 228.22 99.89 -
System Red Green Blue C M Y K H S L
Decimal 20 45 237 0.92 0.81 0 0.07 233.09 0.86 0.5
Hex 14 2D ED 5C 51 0 7 E9 56 32
Octal 24 55 355 134 121 0 7 351 126 62
Binary 10100 101101 11101101 1011100 1010001 0 111 11101001 1010110 110010

Color Harmonies of #142DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DED

Black with #142DED

Text Example


Text Example

White with #142DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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