Html Css Color HEX #1429DD Persian Blue

📋 copy color: '#1429DD'

red 20 ◦ green 41 ◦ blue 221

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

Shades of Persian Blue #1429DD

Tints of Persian Blue #1429DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 7.09%
G = 14.54%
B = 78.37%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1429DD (or 0x1429DD) is known color: Persian Blue. HEX triplet: 14, 29 and DD. RGB value is (20,41,221). Sum of RGB (Red+Green+Blue) = 20+41+221=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #1429DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429DD is #EBD622. Grayscale: #363636. Windows color (decimal): -15455779 or 14493972. OLE color: 14493972.

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

Color convert

RGB 20 41 221 -
CMYK 0.91 0.81 0 0.13
HSL 233.73º 0.83% 0.47% -
HSV(B) 233.73º 0.91% 0.87% -
XYZ 14.13 6.96 69 -
YUV 55.24 221.54 102.86 -
System Red Green Blue C M Y K H S L
Decimal 20 41 221 0.91 0.81 0 0.13 233.73 0.83 0.47
Hex 14 29 DD 5B 51 0 D EA 53 2F
Octal 24 51 335 133 121 0 15 352 123 57
Binary 10100 101001 11011101 1011011 1010001 0 1101 11101010 1010011 101111

Color Harmonies of #1429DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429DD

Black with #1429DD

Text Example


Text Example

White with #1429DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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