Html Css Color HEX #010FEF Blue

📋 copy color: '#010FEF'

red 1 ◦ green 15 ◦ blue 239

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

Shades of Blue #010FEF

Tints of Blue #010FEF

RGB

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

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

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

R = 0.39%
G = 5.88%
B = 93.73%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#010FEF (or 0x010FEF) is known color: Blue. HEX triplet: 01, 0F and EF. RGB value is (1,15,239). Sum of RGB (Red+Green+Blue) = 1+15+239=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 239 (93.75% from 255 or 93.73% from 255); Max value from RGB is 239 - color contains mainly: blue. Hex color #010FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FEF is #FEF010. Grayscale: #232323. Windows color (decimal): -16707601 or 15666945. OLE color: 15666945.

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

Color convert

RGB 1 15 239 -
CMYK 1.00 0.94 0 0.06
HSL 236.47º 0.99% 0.47% -
HSV(B) 236.47º 1% 0.94% -
XYZ 15.76 6.58 82.1 -
YUV 36.35 242.36 102.79 -
System Red Green Blue C M Y K H S L
Decimal 1 15 239 1.00 0.94 0 0.06 236.47 0.99 0.47
Hex 1 F EF 64 5E 0 6 EC 63 2F
Octal 1 17 357 144 136 0 6 354 143 57
Binary 1 1111 11101111 1100100 1011110 0 110 11101100 1100011 101111

Color Harmonies of #010FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FEF

Black with #010FEF

Text Example


Text Example

White with #010FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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