Html Css Color HEX #1136FA Blue

📋 copy color: '#1136FA'

red 17 ◦ green 54 ◦ blue 250

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

Shades of Blue #1136FA

Tints of Blue #1136FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 5.3%
G = 16.82%
B = 77.88%

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

#1136FA (or 0x1136FA) is known color: Blue. HEX triplet: 11, 36 and FA. RGB value is (17,54,250). Sum of RGB (Red+Green+Blue) = 17+54+250=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #1136FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1136FA is #EEC905. Grayscale: #404040. Windows color (decimal): -15649030 or 16397841. OLE color: 16397841.

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

Color convert

RGB 17 54 250 -
CMYK 0.93 0.78 0 0.02
HSL 230.47º 0.96% 0.52% -
HSV(B) 230.47º 0.93% 0.98% -
XYZ 18.81 9.66 91.32 -
YUV 65.28 232.24 93.56 -
System Red Green Blue C M Y K H S L
Decimal 17 54 250 0.93 0.78 0 0.02 230.47 0.96 0.52
Hex 11 36 FA 5D 4E 0 2 E6 60 34
Octal 21 66 372 135 116 0 2 346 140 64
Binary 10001 110110 11111010 1011101 1001110 0 10 11100110 1100000 110100

Color Harmonies of #1136FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1136FA

Black with #1136FA

Text Example


Text Example

White with #1136FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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