Html Css Color HEX #1006FD Blue

📋 copy color: '#1006FD'

red 16 ◦ green 6 ◦ blue 253

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

Shades of Blue #1006FD

Tints of Blue #1006FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 5.82%
G = 2.18%
B = 92%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1006FD (or 0x1006FD) is known color: Blue. HEX triplet: 10, 06 and FD. RGB value is (16,6,253). Sum of RGB (Red+Green+Blue) = 16+6+253=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #1006FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1006FD is #EFF902. Grayscale: #242424. Windows color (decimal): -15726851 or 16582160. OLE color: 16582160.

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

Color convert

RGB 16 6 253 -
CMYK 0.94 0.98 0 0.01
HSL 242.43º 0.98% 0.51% -
HSV(B) 242.43º 0.98% 0.99% -
XYZ 18.01 7.33 93.39 -
YUV 37.15 249.81 112.92 -
System Red Green Blue C M Y K H S L
Decimal 16 6 253 0.94 0.98 0 0.01 242.43 0.98 0.51
Hex 10 6 FD 5E 62 0 1 F2 62 33
Octal 20 6 375 136 142 0 1 362 142 63
Binary 10000 110 11111101 1011110 1100010 0 1 11110010 1100010 110011

Color Harmonies of #1006FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006FD

Black with #1006FD

Text Example


Text Example

White with #1006FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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