Html Css Color HEX #1125F1 Blue

📋 copy color: '#1125F1'

red 17 ◦ green 37 ◦ blue 241

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

Shades of Blue #1125F1

Tints of Blue #1125F1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 241 (94.53% from 255) = 81.69%

R = 5.76%
G = 12.54%
B = 81.69%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1125F1 (or 0x1125F1) is known color: Blue. HEX triplet: 11, 25 and F1. RGB value is (17,37,241). Sum of RGB (Red+Green+Blue) = 17+37+241=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #1125F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1125F1 is #EEDA0E. Grayscale: #353535. Windows color (decimal): -15653391 or 15803665. OLE color: 15803665.

HSL color Cylindrical-coordinate representation of color #1125F1: hue angle of 234.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1125F1 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 37 241 -
CMYK 0.93 0.85 0 0.05
HSL 234.64º 0.89% 0.51% -
HSV(B) 234.64º 0.93% 0.95% -
XYZ 16.77 7.79 83.84 -
YUV 54.28 233.37 101.41 -
System Red Green Blue C M Y K H S L
Decimal 17 37 241 0.93 0.85 0 0.05 234.64 0.89 0.51
Hex 11 25 F1 5D 55 0 5 EB 59 33
Octal 21 45 361 135 125 0 5 353 131 63
Binary 10001 100101 11110001 1011101 1010101 0 101 11101011 1011001 110011

Color Harmonies of #1125F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1125F1

Black with #1125F1

Text Example


Text Example

White with #1125F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1125F1; }

 p { color: rgb(17,37,241); }

 H1.HeaderClassName
 {
   color: #1125F1;
 }
 .AnyTagClassName
 {
   color: #1125F1;
 }
</style>

background-color css

<style>
 a { background-color: #1125F1; }

 a { background-color: rgb(17,37,241); }

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

border-color css

<style>
 span { border-color: #1125F1; }

 span { border-color: rgb(17,37,241); }

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