Html Css Color HEX #1429D4 Persian Blue

📋 copy color: '#1429D4'

red 20 ◦ green 41 ◦ blue 212

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

Shades of Persian Blue #1429D4

Tints of Persian Blue #1429D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 77.66%

R = 7.33%
G = 15.02%
B = 77.66%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1429D4 (or 0x1429D4) is known color: Persian Blue. HEX triplet: 14, 29 and D4. RGB value is (20,41,212). Sum of RGB (Red+Green+Blue) = 20+41+212=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 212 (83.20% from 255 or 77.66% from 273); Max value from RGB is 212 - color contains mainly: blue. Hex color #1429D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429D4 is #EBD62B. Grayscale: #353535. Windows color (decimal): -15455788 or 13904148. OLE color: 13904148.

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

Color convert

RGB 20 41 212 -
CMYK 0.91 0.81 0 0.17
HSL 233.44º 0.83% 0.45% -
HSV(B) 233.44º 0.91% 0.83% -
XYZ 12.97 6.49 62.86 -
YUV 54.22 217.04 103.6 -
System Red Green Blue C M Y K H S L
Decimal 20 41 212 0.91 0.81 0 0.17 233.44 0.83 0.45
Hex 14 29 D4 5B 51 0 11 E9 53 2D
Octal 24 51 324 133 121 0 21 351 123 55
Binary 10100 101001 11010100 1011011 1010001 0 10001 11101001 1010011 101101

Color Harmonies of #1429D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429D4

Black with #1429D4

Text Example


Text Example

White with #1429D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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