Html Css Color HEX #143DDE Persian Blue

📋 copy color: '#143DDE'

red 20 ◦ green 61 ◦ blue 222

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

Shades of Persian Blue #143DDE

Tints of Persian Blue #143DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.27%

R = 6.6%
G = 20.13%
B = 73.27%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#143DDE (or 0x143DDE) is known color: Persian Blue. HEX triplet: 14, 3D and DE. RGB value is (20,61,222). Sum of RGB (Red+Green+Blue) = 20+61+222=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #143DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DDE is #EBC221. Grayscale: #424242. Windows color (decimal): -15450658 or 14564628. OLE color: 14564628.

HSL color Cylindrical-coordinate representation of color #143DDE: hue angle of 227.82º 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 #143DDE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 61 222 -
CMYK 0.91 0.73 0 0.13
HSL 227.82º 0.83% 0.47% -
HSV(B) 227.82º 0.91% 0.87% -
XYZ 15.14 8.76 70 -
YUV 67.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 20 61 222 0.91 0.73 0 0.13 227.82 0.83 0.47
Hex 14 3D DE 5B 49 0 D E4 53 2F
Octal 24 75 336 133 111 0 15 344 123 57
Binary 10100 111101 11011110 1011011 1001001 0 1101 11100100 1010011 101111

Color Harmonies of #143DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DDE

Black with #143DDE

Text Example


Text Example

White with #143DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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