Html Css Color HEX #143FDE Persian Blue

📋 copy color: '#143FDE'

red 20 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #143FDE

Tints of Persian Blue #143FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

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

R = 6.56%
G = 20.66%
B = 72.79%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#143FDE (or 0x143FDE) is known color: Persian Blue. HEX triplet: 14, 3F and DE. RGB value is (20,63,222). Sum of RGB (Red+Green+Blue) = 20+63+222=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #143FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FDE is #EBC021. Grayscale: #434343. Windows color (decimal): -15450146 or 14565140. OLE color: 14565140.

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

Color convert

RGB 20 63 222 -
CMYK 0.91 0.72 0 0.13
HSL 227.23º 0.83% 0.47% -
HSV(B) 227.23º 0.91% 0.87% -
XYZ 15.25 8.98 70.04 -
YUV 68.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 20 63 222 0.91 0.72 0 0.13 227.23 0.83 0.47
Hex 14 3F DE 5B 48 0 D E3 53 2F
Octal 24 77 336 133 110 0 15 343 123 57
Binary 10100 111111 11011110 1011011 1001000 0 1101 11100011 1010011 101111

Color Harmonies of #143FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FDE

Black with #143FDE

Text Example


Text Example

White with #143FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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