Html Css Color HEX #1831F9 Blue

📋 copy color: '#1831F9'

red 24 ◦ green 49 ◦ blue 249

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

Shades of Blue #1831F9

Tints of Blue #1831F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

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

R = 7.45%
G = 15.22%
B = 77.33%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1831F9 (or 0x1831F9) is known color: Blue. HEX triplet: 18, 31 and F9. RGB value is (24,49,249). Sum of RGB (Red+Green+Blue) = 24+49+249=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 249 (97.66% from 255 or 77.33% from 322); Max value from RGB is 249 - color contains mainly: blue. Hex color #1831F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1831F9 is #E7CE06. Grayscale: #3F3F3F. Windows color (decimal): -15191559 or 16331032. OLE color: 16331032.

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

Color convert

RGB 24 49 249 -
CMYK 0.90 0.80 0 0.02
HSL 233.33º 0.95% 0.54% -
HSV(B) 233.33º 0.9% 0.98% -
XYZ 18.57 9.23 90.43 -
YUV 64.33 232.22 99.24 -
System Red Green Blue C M Y K H S L
Decimal 24 49 249 0.90 0.80 0 0.02 233.33 0.95 0.54
Hex 18 31 F9 5A 50 0 2 E9 5F 36
Octal 30 61 371 132 120 0 2 351 137 66
Binary 11000 110001 11111001 1011010 1010000 0 10 11101001 1011111 110110

Color Harmonies of #1831F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1831F9

Black with #1831F9

Text Example


Text Example

White with #1831F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1831F9; }

 p { color: rgb(24,49,249); }

 H1.HeaderClassName
 {
   color: #1831F9;
 }
 .AnyTagClassName
 {
   color: #1831F9;
 }
</style>

background-color css

<style>
 a { background-color: #1831F9; }

 a { background-color: rgb(24,49,249); }

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

border-color css

<style>
 span { border-color: #1831F9; }

 span { border-color: rgb(24,49,249); }

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