Html Css Color HEX #143DED Persian Blue

📋 copy color: '#143DED'

red 20 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #143DED

Tints of Persian Blue #143DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 6.29%
G = 19.18%
B = 74.53%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#143DED (or 0x143DED) is known color: Persian Blue. HEX triplet: 14, 3D and ED. RGB value is (20,61,237). Sum of RGB (Red+Green+Blue) = 20+61+237=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #143DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DED is #EBC212. Grayscale: #444444. Windows color (decimal): -15450643 or 15547668. OLE color: 15547668.

HSL color Cylindrical-coordinate representation of color #143DED: hue angle of 228.66º 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 #143DED is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 61 237 -
CMYK 0.92 0.74 0 0.07
HSL 228.66º 0.86% 0.5% -
HSV(B) 228.66º 0.92% 0.93% -
XYZ 17.24 9.6 81.07 -
YUV 68.81 222.92 93.19 -
System Red Green Blue C M Y K H S L
Decimal 20 61 237 0.92 0.74 0 0.07 228.66 0.86 0.5
Hex 14 3D ED 5C 4A 0 7 E5 56 32
Octal 24 75 355 134 112 0 7 345 126 62
Binary 10100 111101 11101101 1011100 1001010 0 111 11100101 1010110 110010

Color Harmonies of #143DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DED

Black with #143DED

Text Example


Text Example

White with #143DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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