Html Css Color HEX #1431CD Persian Blue

📋 copy color: '#1431CD'

red 20 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #1431CD

Tints of Persian Blue #1431CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 7.3%
G = 17.88%
B = 74.82%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1431CD (or 0x1431CD) is known color: Persian Blue. HEX triplet: 14, 31 and CD. RGB value is (20,49,205). Sum of RGB (Red+Green+Blue) = 20+49+205=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #1431CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431CD is #EBCE32. Grayscale: #393939. Windows color (decimal): -15453747 or 13447444. OLE color: 13447444.

HSL color Cylindrical-coordinate representation of color #1431CD: hue angle of 230.59º 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 #1431CD is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 49 205 -
CMYK 0.90 0.76 0 0.20
HSL 230.59º 0.82% 0.44% -
HSV(B) 230.59º 0.9% 0.8% -
XYZ 12.41 6.75 58.41 -
YUV 58.11 210.89 100.82 -
System Red Green Blue C M Y K H S L
Decimal 20 49 205 0.90 0.76 0 0.20 230.59 0.82 0.44
Hex 14 31 CD 5A 4C 0 14 E7 52 2C
Octal 24 61 315 132 114 0 24 347 122 54
Binary 10100 110001 11001101 1011010 1001100 0 10100 11100111 1010010 101100

Color Harmonies of #1431CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431CD

Black with #1431CD

Text Example


Text Example

White with #1431CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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