Html Css Color HEX #1011FD Blue

📋 copy color: '#1011FD'

red 16 ◦ green 17 ◦ blue 253

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

Shades of Blue #1011FD

Tints of Blue #1011FD

RGB

 RED value IS 16 (6.64% from 255) = 5.59%

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

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

R = 5.59%
G = 5.94%
B = 88.46%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1011FD (or 0x1011FD) is known color: Blue. HEX triplet: 10, 11 and FD. RGB value is (16,17,253). Sum of RGB (Red+Green+Blue) = 16+17+253=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 253 (99.22% from 255 or 88.46% from 286); Max value from RGB is 253 - color contains mainly: blue. Hex color #1011FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1011FD is #EFEE02. Grayscale: #2A2A2A. Windows color (decimal): -15724035 or 16584976. OLE color: 16584976.

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

Color convert

RGB 16 17 253 -
CMYK 0.94 0.93 0 0.01
HSL 239.75º 0.98% 0.53% -
HSV(B) 239.75º 0.94% 0.99% -
XYZ 18.14 7.6 93.44 -
YUV 43.61 246.17 108.31 -
System Red Green Blue C M Y K H S L
Decimal 16 17 253 0.94 0.93 0 0.01 239.75 0.98 0.53
Hex 10 11 FD 5E 5D 0 1 F0 62 35
Octal 20 21 375 136 135 0 1 360 142 65
Binary 10000 10001 11111101 1011110 1011101 0 1 11110000 1100010 110101

Color Harmonies of #1011FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1011FD

Black with #1011FD

Text Example


Text Example

White with #1011FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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