#1443F2

Color #1443F2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1443F2

Tints of Persian Blue #1443F2

Color information

#1443F2 (or 0x1443F2) is unknown color: approx Persian Blue. HEX triplet: 14, 43 and F2. RGB value is (20,67,242). Sum of RGB (Red+Green+Blue) = 20+67+242=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 242 (94.92% from 255 or 73.56% from 329); Max value from RGB is 242 - color contains mainly: blue. Hex color #1443F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1443F2 is #EBBC0D. Grayscale: #484848. Windows color (decimal): -15449102 or 15876884. OLE color: 15876884.

HSL color Cylindrical-coordinate representation of color #1443F2: hue angle of 227.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1443F2 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2067242-
CMYK0.920.7200.05
HSL227.3º89.52%51.37%-
HSV(B)227.3º91.74%94.9%-
XYZ18.3210.5785.08-
YUV72.9223.4390.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.08%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 242 (94.92% from 255) = 73.56%
R=6.08%
G=20.36%
B=73.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20672420.920.7200.05227.389.5251.37
Hex1443F25C4805e35a33
Octal241033621341100534313263
Binary10100100001111110010101110010010000101111000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1443F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1443F2; }

 p { color: rgb(20,67,242); }

 H1.HeaderClassName
 {
   color: #1443F2;
 }
 .AnyTagClassName
 {
   color: #1443F2;
 }
</style>
background-color css

<style>
 a { background-color: #1443F2; }

 a { background-color: rgb(20,67,242); }

 div.DivClassName
 {
   background-color: #1443F2;
 }
 .BgClassName
 {
   background-color: #1443F2;
 }
</style>
border-color css

<style>
 span { border-color: #1443F2; }

 span { border-color: rgb(20,67,242); }

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