Html Css Color HEX #1439CD Persian Blue

📋 copy color: '#1439CD'

red 20 ◦ green 57 ◦ blue 205

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

Shades of Persian Blue #1439CD

Tints of Persian Blue #1439CD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.21%

 BLUE value IS 205 (80.47% from 255) = 72.7%

R = 7.09%
G = 20.21%
B = 72.7%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1439CD (or 0x1439CD) is known color: Persian Blue. HEX triplet: 14, 39 and CD. RGB value is (20,57,205). Sum of RGB (Red+Green+Blue) = 20+57+205=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #1439CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439CD is #EBC632. Grayscale: #3E3E3E. Windows color (decimal): -15451699 or 13449492. OLE color: 13449492.

HSL color Cylindrical-coordinate representation of color #1439CD: hue angle of 228º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1439CD is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 57 205 -
CMYK 0.90 0.72 0 0.20
HSL 228º 0.82% 0.44% -
HSV(B) 228º 0.9% 0.8% -
XYZ 12.77 7.48 58.53 -
YUV 62.81 208.24 97.47 -
System Red Green Blue C M Y K H S L
Decimal 20 57 205 0.90 0.72 0 0.20 228 0.82 0.44
Hex 14 39 CD 5A 48 0 14 E4 52 2C
Octal 24 71 315 132 110 0 24 344 122 54
Binary 10100 111001 11001101 1011010 1001000 0 10100 11100100 1010010 101100

Color Harmonies of #1439CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439CD

Black with #1439CD

Text Example


Text Example

White with #1439CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1439CD; }

 p { color: rgb(20,57,205); }

 H1.HeaderClassName
 {
   color: #1439CD;
 }
 .AnyTagClassName
 {
   color: #1439CD;
 }
</style>

background-color css

<style>
 a { background-color: #1439CD; }

 a { background-color: rgb(20,57,205); }

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

border-color css

<style>
 span { border-color: #1439CD; }

 span { border-color: rgb(20,57,205); }

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