Html Css Color HEX #010EEB Blue

📋 copy color: '#010EEB'

red 1 ◦ green 14 ◦ blue 235

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

Shades of Blue #010EEB

Tints of Blue #010EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

 BLUE value IS 235 (92.19% from 255) = 94%

R = 0.4%
G = 5.6%
B = 94%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#010EEB (or 0x010EEB) is known color: Blue. HEX triplet: 01, 0E and EB. RGB value is (1,14,235). Sum of RGB (Red+Green+Blue) = 1+14+235=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 235 (92.19% from 255 or 94% from 250); Max value from RGB is 235 - color contains mainly: blue. Hex color #010EEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EEB is #FEF114. Grayscale: #222222. Windows color (decimal): -16707861 or 15404545. OLE color: 15404545.

HSL color Cylindrical-coordinate representation of color #010EEB: hue angle of 236.67º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EEB is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 14 235 -
CMYK 1.00 0.94 0 0.08
HSL 236.67º 0.99% 0.46% -
HSV(B) 236.67º 1% 0.92% -
XYZ 15.16 6.32 79.02 -
YUV 35.31 240.69 103.53 -
System Red Green Blue C M Y K H S L
Decimal 1 14 235 1.00 0.94 0 0.08 236.67 0.99 0.46
Hex 1 E EB 64 5E 0 8 ED 63 2E
Octal 1 16 353 144 136 0 10 355 143 56
Binary 1 1110 11101011 1100100 1011110 0 1000 11101101 1100011 101110

Color Harmonies of #010EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EEB

Black with #010EEB

Text Example


Text Example

White with #010EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010EEB; }

 p { color: rgb(1,14,235); }

 H1.HeaderClassName
 {
   color: #010EEB;
 }
 .AnyTagClassName
 {
   color: #010EEB;
 }
</style>

background-color css

<style>
 a { background-color: #010EEB; }

 a { background-color: rgb(1,14,235); }

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

border-color css

<style>
 span { border-color: #010EEB; }

 span { border-color: rgb(1,14,235); }

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