Html Css Color HEX #1431DD Persian Blue

📋 copy color: '#1431DD'

red 20 ◦ green 49 ◦ blue 221

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

Shades of Persian Blue #1431DD

Tints of Persian Blue #1431DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.21%

R = 6.9%
G = 16.9%
B = 76.21%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1431DD (or 0x1431DD) is known color: Persian Blue. HEX triplet: 14, 31 and DD. RGB value is (20,49,221). Sum of RGB (Red+Green+Blue) = 20+49+221=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #1431DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431DD is #EBCE22. Grayscale: #3B3B3B. Windows color (decimal): -15453731 or 14496020. OLE color: 14496020.

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

Color convert

RGB 20 49 221 -
CMYK 0.91 0.78 0 0.13
HSL 231.34º 0.83% 0.47% -
HSV(B) 231.34º 0.91% 0.87% -
XYZ 14.44 7.57 69.11 -
YUV 59.94 218.89 99.51 -
System Red Green Blue C M Y K H S L
Decimal 20 49 221 0.91 0.78 0 0.13 231.34 0.83 0.47
Hex 14 31 DD 5B 4E 0 D E7 53 2F
Octal 24 61 335 133 116 0 15 347 123 57
Binary 10100 110001 11011101 1011011 1001110 0 1101 11100111 1010011 101111

Color Harmonies of #1431DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431DD

Black with #1431DD

Text Example


Text Example

White with #1431DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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