Html Css Color HEX #1131F9 Blue

📋 copy color: '#1131F9'

red 17 ◦ green 49 ◦ blue 249

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

Shades of Blue #1131F9

Tints of Blue #1131F9

RGB

 RED value IS 17 (7.03% from 255) = 5.4%

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

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

R = 5.4%
G = 15.56%
B = 79.05%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1131F9 (or 0x1131F9) is known color: Blue. HEX triplet: 11, 31 and F9. RGB value is (17,49,249). Sum of RGB (Red+Green+Blue) = 17+49+249=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 249 (97.66% from 255 or 79.05% from 315); Max value from RGB is 249 - color contains mainly: blue. Hex color #1131F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1131F9 is #EECE06. Grayscale: #3D3D3D. Windows color (decimal): -15650311 or 16331025. OLE color: 16331025.

HSL color Cylindrical-coordinate representation of color #1131F9: hue angle of 231.72º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1131F9 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 49 249 -
CMYK 0.93 0.80 0 0.02
HSL 231.72º 0.95% 0.52% -
HSV(B) 231.72º 0.93% 0.98% -
XYZ 18.43 9.16 90.42 -
YUV 62.23 233.4 95.74 -
System Red Green Blue C M Y K H S L
Decimal 17 49 249 0.93 0.80 0 0.02 231.72 0.95 0.52
Hex 11 31 F9 5D 50 0 2 E8 5F 34
Octal 21 61 371 135 120 0 2 350 137 64
Binary 10001 110001 11111001 1011101 1010000 0 10 11101000 1011111 110100

Color Harmonies of #1131F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1131F9

Black with #1131F9

Text Example


Text Example

White with #1131F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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