Html Css Color HEX #0111FD Blue

📋 copy color: '#0111FD'

red 1 ◦ green 17 ◦ blue 253

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

Shades of Blue #0111FD

Tints of Blue #0111FD

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 17 (7.03% from 255) = 6.27%

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

R = 0.37%
G = 6.27%
B = 93.36%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0111FD (or 0x0111FD) is known color: Blue. HEX triplet: 01, 11 and FD. RGB value is (1,17,253). Sum of RGB (Red+Green+Blue) = 1+17+253=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 253 (99.22% from 255 or 93.36% from 271); Max value from RGB is 253 - color contains mainly: blue. Hex color #0111FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0111FD is #FEEE02. Grayscale: #262626. Windows color (decimal): -16707075 or 16584961. OLE color: 16584961.

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

Color convert

RGB 1 17 253 -
CMYK 1.00 0.93 0 0.01
HSL 236.19º 0.99% 0.5% -
HSV(B) 236.19º 1% 0.99% -
XYZ 17.94 7.5 93.43 -
YUV 39.12 248.7 100.81 -
System Red Green Blue C M Y K H S L
Decimal 1 17 253 1.00 0.93 0 0.01 236.19 0.99 0.5
Hex 1 11 FD 64 5D 0 1 EC 63 32
Octal 1 21 375 144 135 0 1 354 143 62
Binary 1 10001 11111101 1100100 1011101 0 1 11101100 1100011 110010

Color Harmonies of #0111FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0111FD

Black with #0111FD

Text Example


Text Example

White with #0111FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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