Html Css Color HEX #1137FD Blue

📋 copy color: '#1137FD'

red 17 ◦ green 55 ◦ blue 253

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

Shades of Blue #1137FD

Tints of Blue #1137FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 77.85%

R = 5.23%
G = 16.92%
B = 77.85%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1137FD (or 0x1137FD) is known color: Blue. HEX triplet: 11, 37 and FD. RGB value is (17,55,253). Sum of RGB (Red+Green+Blue) = 17+55+253=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #1137FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1137FD is #EEC802. Grayscale: #414141. Windows color (decimal): -15648771 or 16594705. OLE color: 16594705.

HSL color Cylindrical-coordinate representation of color #1137FD: hue angle of 230.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1137FD is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 55 253 -
CMYK 0.93 0.78 0 0.01
HSL 230.34º 0.98% 0.53% -
HSV(B) 230.34º 0.93% 0.99% -
XYZ 19.33 9.94 93.83 -
YUV 66.21 233.41 92.9 -
System Red Green Blue C M Y K H S L
Decimal 17 55 253 0.93 0.78 0 0.01 230.34 0.98 0.53
Hex 11 37 FD 5D 4E 0 1 E6 62 35
Octal 21 67 375 135 116 0 1 346 142 65
Binary 10001 110111 11111101 1011101 1001110 0 1 11100110 1100010 110101

Color Harmonies of #1137FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1137FD

Black with #1137FD

Text Example


Text Example

White with #1137FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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