Html Css Color HEX #113CFF Blue

📋 copy color: '#113CFF'

red 17 ◦ green 60 ◦ blue 255

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

Shades of Blue #113CFF

Tints of Blue #113CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 255 (100% from 255) = 76.81%

R = 5.12%
G = 18.07%
B = 76.81%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#113CFF (or 0x113CFF) is known color: Blue. HEX triplet: 11, 3C and FF. RGB value is (17,60,255). Sum of RGB (Red+Green+Blue) = 17+60+255=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #113CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CFF is #EEC300. Grayscale: #444444. Windows color (decimal): -15647489 or 16727057. OLE color: 16727057.

HSL color Cylindrical-coordinate representation of color #113CFF: hue angle of 229.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113CFF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 60 255 -
CMYK 0.93 0.76 0 0
HSL 229.16º 1% 0.53% -
HSV(B) 229.16º 0.93% 1% -
XYZ 19.9 10.57 95.6 -
YUV 69.37 232.75 90.64 -
System Red Green Blue C M Y K H S L
Decimal 17 60 255 0.93 0.76 0 0 229.16 1 0.53
Hex 11 3C FF 5D 4C 0 0 E5 64 35
Octal 21 74 377 135 114 0 0 345 144 65
Binary 10001 111100 11111111 1011101 1001100 0 0 11100101 1100100 110101

Color Harmonies of #113CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CFF

Black with #113CFF

Text Example


Text Example

White with #113CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113CFF; }

 p { color: rgb(17,60,255); }

 H1.HeaderClassName
 {
   color: #113CFF;
 }
 .AnyTagClassName
 {
   color: #113CFF;
 }
</style>

background-color css

<style>
 a { background-color: #113CFF; }

 a { background-color: rgb(17,60,255); }

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

border-color css

<style>
 span { border-color: #113CFF; }

 span { border-color: rgb(17,60,255); }

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