Html Css Color HEX #010FEB Blue

📋 copy color: '#010FEB'

red 1 ◦ green 15 ◦ blue 235

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

Shades of Blue #010FEB

Tints of Blue #010FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.98%

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

R = 0.4%
G = 5.98%
B = 93.63%

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

#010FEB (or 0x010FEB) is known color: Blue. HEX triplet: 01, 0F and EB. RGB value is (1,15,235). Sum of RGB (Red+Green+Blue) = 1+15+235=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 235 (92.19% from 255 or 93.63% from 251); Max value from RGB is 235 - color contains mainly: blue. Hex color #010FEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FEB is #FEF014. Grayscale: #232323. Windows color (decimal): -16707605 or 15404801. OLE color: 15404801.

HSL color Cylindrical-coordinate representation of color #010FEB: hue angle of 236.41º 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 #010FEB is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 15 235 -
CMYK 1.00 0.94 0 0.08
HSL 236.41º 0.99% 0.46% -
HSV(B) 236.41º 1% 0.92% -
XYZ 15.18 6.35 79.02 -
YUV 35.89 240.36 103.11 -
System Red Green Blue C M Y K H S L
Decimal 1 15 235 1.00 0.94 0 0.08 236.41 0.99 0.46
Hex 1 F EB 64 5E 0 8 EC 63 2E
Octal 1 17 353 144 136 0 10 354 143 56
Binary 1 1111 11101011 1100100 1011110 0 1000 11101100 1100011 101110

Color Harmonies of #010FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FEB

Black with #010FEB

Text Example


Text Example

White with #010FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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