Html Css Color HEX #141AF9 Blue

📋 copy color: '#141AF9'

red 20 ◦ green 26 ◦ blue 249

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

Shades of Blue #141AF9

Tints of Blue #141AF9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

 BLUE value IS 249 (97.66% from 255) = 84.41%

R = 6.78%
G = 8.81%
B = 84.41%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#141AF9 (or 0x141AF9) is known color: Blue. HEX triplet: 14, 1A and F9. RGB value is (20,26,249). Sum of RGB (Red+Green+Blue) = 20+26+249=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 249 (97.66% from 255 or 84.41% from 295); Max value from RGB is 249 - color contains mainly: blue. Hex color #141AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141AF9 is #EBE506. Grayscale: #303030. Windows color (decimal): -15459591 or 16325140. OLE color: 16325140.

HSL color Cylindrical-coordinate representation of color #141AF9: hue angle of 238.43º degrees, saturation: 0.95, 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 #141AF9 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 26 249 -
CMYK 0.92 0.90 0 0.02
HSL 238.43º 0.95% 0.53% -
HSV(B) 238.43º 0.92% 0.98% -
XYZ 17.76 7.73 90.18 -
YUV 49.63 240.51 106.87 -
System Red Green Blue C M Y K H S L
Decimal 20 26 249 0.92 0.90 0 0.02 238.43 0.95 0.53
Hex 14 1A F9 5C 5A 0 2 EE 5F 35
Octal 24 32 371 134 132 0 2 356 137 65
Binary 10100 11010 11111001 1011100 1011010 0 10 11101110 1011111 110101

Color Harmonies of #141AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141AF9

Black with #141AF9

Text Example


Text Example

White with #141AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141AF9; }

 p { color: rgb(20,26,249); }

 H1.HeaderClassName
 {
   color: #141AF9;
 }
 .AnyTagClassName
 {
   color: #141AF9;
 }
</style>

background-color css

<style>
 a { background-color: #141AF9; }

 a { background-color: rgb(20,26,249); }

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

border-color css

<style>
 span { border-color: #141AF9; }

 span { border-color: rgb(20,26,249); }

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