Html Css Color HEX #1429DC Persian Blue

📋 copy color: '#1429DC'

red 20 ◦ green 41 ◦ blue 220

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

Shades of Persian Blue #1429DC

Tints of Persian Blue #1429DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 78.29%

R = 7.12%
G = 14.59%
B = 78.29%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1429DC (or 0x1429DC) is known color: Persian Blue. HEX triplet: 14, 29 and DC. RGB value is (20,41,220). Sum of RGB (Red+Green+Blue) = 20+41+220=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #1429DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429DC is #EBD623. Grayscale: #363636. Windows color (decimal): -15455780 or 14428436. OLE color: 14428436.

HSL color Cylindrical-coordinate representation of color #1429DC: hue angle of 233.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1429DC is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 41 220 -
CMYK 0.91 0.81 0 0.14
HSL 233.7º 0.83% 0.47% -
HSV(B) 233.7º 0.91% 0.86% -
XYZ 14 6.9 68.3 -
YUV 55.13 221.04 102.95 -
System Red Green Blue C M Y K H S L
Decimal 20 41 220 0.91 0.81 0 0.14 233.7 0.83 0.47
Hex 14 29 DC 5B 51 0 E EA 53 2F
Octal 24 51 334 133 121 0 16 352 123 57
Binary 10100 101001 11011100 1011011 1010001 0 1110 11101010 1010011 101111

Color Harmonies of #1429DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429DC

Black with #1429DC

Text Example


Text Example

White with #1429DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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