Html Css Color HEX #1429DA Persian Blue

📋 copy color: '#1429DA'

red 20 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #1429DA

Tints of Persian Blue #1429DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.14%

R = 7.17%
G = 14.7%
B = 78.14%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1429DA (or 0x1429DA) is known color: Persian Blue. HEX triplet: 14, 29 and DA. RGB value is (20,41,218). Sum of RGB (Red+Green+Blue) = 20+41+218=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #1429DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429DA is #EBD625. Grayscale: #363636. Windows color (decimal): -15455782 or 14297364. OLE color: 14297364.

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

Color convert

RGB 20 41 218 -
CMYK 0.91 0.81 0 0.15
HSL 233.64º 0.83% 0.47% -
HSV(B) 233.64º 0.91% 0.85% -
XYZ 13.74 6.8 66.92 -
YUV 54.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 20 41 218 0.91 0.81 0 0.15 233.64 0.83 0.47
Hex 14 29 DA 5B 51 0 F EA 53 2F
Octal 24 51 332 133 121 0 17 352 123 57
Binary 10100 101001 11011010 1011011 1010001 0 1111 11101010 1010011 101111

Color Harmonies of #1429DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429DA

Black with #1429DA

Text Example


Text Example

White with #1429DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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