Html Css Color HEX #1429FA Blue

📋 copy color: '#1429FA'

red 20 ◦ green 41 ◦ blue 250

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

Shades of Blue #1429FA

Tints of Blue #1429FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 80.39%

R = 6.43%
G = 13.18%
B = 80.39%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1429FA (or 0x1429FA) is known color: Blue. HEX triplet: 14, 29 and FA. RGB value is (20,41,250). Sum of RGB (Red+Green+Blue) = 20+41+250=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #1429FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1429FA is #EBD605. Grayscale: #393939. Windows color (decimal): -15455750 or 16394516. OLE color: 16394516.

HSL color Cylindrical-coordinate representation of color #1429FA: hue angle of 234.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1429FA is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 41 250 -
CMYK 0.92 0.84 0 0.02
HSL 234.52º 0.96% 0.53% -
HSV(B) 234.52º 0.92% 0.98% -
XYZ 18.34 8.64 91.14 -
YUV 58.55 236.04 100.51 -
System Red Green Blue C M Y K H S L
Decimal 20 41 250 0.92 0.84 0 0.02 234.52 0.96 0.53
Hex 14 29 FA 5C 54 0 2 EB 60 35
Octal 24 51 372 134 124 0 2 353 140 65
Binary 10100 101001 11111010 1011100 1010100 0 10 11101011 1100000 110101

Color Harmonies of #1429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429FA

Black with #1429FA

Text Example


Text Example

White with #1429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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