Html Css Color HEX #1010ED Blue

📋 copy color: '#1010ED'

red 16 ◦ green 16 ◦ blue 237

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

Shades of Blue #1010ED

Tints of Blue #1010ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 88.1%

R = 5.95%
G = 5.95%
B = 88.1%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1010ED (or 0x1010ED) is known color: Blue. HEX triplet: 10, 10 and ED. RGB value is (16,16,237). Sum of RGB (Red+Green+Blue) = 16+16+237=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #1010ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1010ED is #EFEF12. Grayscale: #282828. Windows color (decimal): -15724307 or 15536144. OLE color: 15536144.

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

Color convert

RGB 16 16 237 -
CMYK 0.93 0.93 0 0.07
HSL 240º 0.87% 0.5% -
HSV(B) 240º 0.93% 0.93% -
XYZ 15.69 6.6 80.57 -
YUV 41.19 238.5 110.03 -
System Red Green Blue C M Y K H S L
Decimal 16 16 237 0.93 0.93 0 0.07 240 0.87 0.5
Hex 10 10 ED 5D 5D 0 7 F0 57 32
Octal 20 20 355 135 135 0 7 360 127 62
Binary 10000 10000 11101101 1011101 1011101 0 111 11110000 1010111 110010

Color Harmonies of #1010ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1010ED

Black with #1010ED

Text Example


Text Example

White with #1010ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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