Html Css Color HEX #1137FA Blue

📋 copy color: '#1137FA'

red 17 ◦ green 55 ◦ blue 250

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

Shades of Blue #1137FA

Tints of Blue #1137FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 5.28%
G = 17.08%
B = 77.64%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1137FA (or 0x1137FA) is known color: Blue. HEX triplet: 11, 37 and FA. RGB value is (17,55,250). Sum of RGB (Red+Green+Blue) = 17+55+250=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #1137FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1137FA is #EEC805. Grayscale: #414141. Windows color (decimal): -15648774 or 16398097. OLE color: 16398097.

HSL color Cylindrical-coordinate representation of color #1137FA: hue angle of 230.21º degrees, saturation: 0.96, 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 #1137FA is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 55 250 -
CMYK 0.93 0.78 0 0.02
HSL 230.21º 0.96% 0.52% -
HSV(B) 230.21º 0.93% 0.98% -
XYZ 18.85 9.75 91.33 -
YUV 65.87 231.91 93.14 -
System Red Green Blue C M Y K H S L
Decimal 17 55 250 0.93 0.78 0 0.02 230.21 0.96 0.52
Hex 11 37 FA 5D 4E 0 2 E6 60 34
Octal 21 67 372 135 116 0 2 346 140 64
Binary 10001 110111 11111010 1011101 1001110 0 10 11100110 1100000 110100

Color Harmonies of #1137FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1137FA

Black with #1137FA

Text Example


Text Example

White with #1137FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,55,250); }

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

background-color css

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

 a { background-color: rgb(17,55,250); }

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

border-color css

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

 span { border-color: rgb(17,55,250); }

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