Html Css Color HEX #1829FB Blue

📋 copy color: '#1829FB'

red 24 ◦ green 41 ◦ blue 251

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

Shades of Blue #1829FB

Tints of Blue #1829FB

RGB

 RED value IS 24 (9.77% from 255) = 7.59%

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

 BLUE value IS 251 (98.44% from 255) = 79.43%

R = 7.59%
G = 12.97%
B = 79.43%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1829FB (or 0x1829FB) is known color: Blue. HEX triplet: 18, 29 and FB. RGB value is (24,41,251). Sum of RGB (Red+Green+Blue) = 24+41+251=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #1829FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1829FB is #E7D604. Grayscale: #3B3B3B. Windows color (decimal): -15193605 or 16460056. OLE color: 16460056.

HSL color Cylindrical-coordinate representation of color #1829FB: hue angle of 235.51º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1829FB is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 41 251 -
CMYK 0.90 0.84 0 0.02
HSL 235.51º 0.97% 0.54% -
HSV(B) 235.51º 0.9% 0.98% -
XYZ 18.58 8.75 91.98 -
YUV 59.86 235.87 102.42 -
System Red Green Blue C M Y K H S L
Decimal 24 41 251 0.90 0.84 0 0.02 235.51 0.97 0.54
Hex 18 29 FB 5A 54 0 2 EC 61 36
Octal 30 51 373 132 124 0 2 354 141 66
Binary 11000 101001 11111011 1011010 1010100 0 10 11101100 1100001 110110

Color Harmonies of #1829FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1829FB

Black with #1829FB

Text Example


Text Example

White with #1829FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1829FB; }

 p { color: rgb(24,41,251); }

 H1.HeaderClassName
 {
   color: #1829FB;
 }
 .AnyTagClassName
 {
   color: #1829FB;
 }
</style>

background-color css

<style>
 a { background-color: #1829FB; }

 a { background-color: rgb(24,41,251); }

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

border-color css

<style>
 span { border-color: #1829FB; }

 span { border-color: rgb(24,41,251); }

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