Html Css Color HEX #1010EF Blue

📋 copy color: '#1010EF'

red 16 ◦ green 16 ◦ blue 239

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

Shades of Blue #1010EF

Tints of Blue #1010EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 239 (93.75% from 255) = 88.19%

R = 5.9%
G = 5.9%
B = 88.19%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1010EF (or 0x1010EF) is known color: Blue. HEX triplet: 10, 10 and EF. RGB value is (16,16,239). Sum of RGB (Red+Green+Blue) = 16+16+239=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 239 (93.75% from 255 or 88.19% from 271); Max value from RGB is 239 - color contains mainly: blue. Hex color #1010EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1010EF is #EFEF10. Grayscale: #282828. Windows color (decimal): -15724305 or 15667216. OLE color: 15667216.

HSL color Cylindrical-coordinate representation of color #1010EF: hue angle of 240º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1010EF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 16 239 -
CMYK 0.93 0.93 0 0.06
HSL 240º 0.87% 0.5% -
HSV(B) 240º 0.93% 0.94% -
XYZ 15.98 6.71 82.11 -
YUV 41.42 239.5 109.87 -
System Red Green Blue C M Y K H S L
Decimal 16 16 239 0.93 0.93 0 0.06 240 0.87 0.5
Hex 10 10 EF 5D 5D 0 6 F0 57 32
Octal 20 20 357 135 135 0 6 360 127 62
Binary 10000 10000 11101111 1011101 1011101 0 110 11110000 1010111 110010

Color Harmonies of #1010EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1010EF

Black with #1010EF

Text Example


Text Example

White with #1010EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1010EF; }

 p { color: rgb(16,16,239); }

 H1.HeaderClassName
 {
   color: #1010EF;
 }
 .AnyTagClassName
 {
   color: #1010EF;
 }
</style>

background-color css

<style>
 a { background-color: #1010EF; }

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

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

border-color css

<style>
 span { border-color: #1010EF; }

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

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