Html Css Color HEX #0F01FE Blue

📋 copy color: '#0F01FE'

red 15 ◦ green 1 ◦ blue 254

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

Shades of Blue #0F01FE

Tints of Blue #0F01FE

RGB

 RED value IS 15 (6.25% from 255) = 5.56%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 254 (99.61% from 255) = 94.07%

R = 5.56%
G = 0.37%
B = 94.07%

CMYK

 C value IS 0.94

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F01FE (or 0x0F01FE) is known color: Blue. HEX triplet: 0F, 01 and FE. RGB value is (15,1,254). Sum of RGB (Red+Green+Blue) = 15+1+254=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F01FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F01FE is #F0FE01. Grayscale: #212121. Windows color (decimal): -15793666 or 16646415. OLE color: 16646415.

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

Color convert

RGB 15 1 254 -
CMYK 0.94 1.00 0 0.00
HSL 243.32º 0.99% 0.5% -
HSV(B) 243.32º 1% 1% -
XYZ 18.1 7.28 94.22 -
YUV 34.03 252.14 114.43 -
System Red Green Blue C M Y K H S L
Decimal 15 1 254 0.94 1.00 0 0.00 243.32 0.99 0.5
Hex F 1 FE 5E 64 0 0 F3 63 32
Octal 17 1 376 136 144 0 0 363 143 62
Binary 1111 1 11111110 1011110 1100100 0 0 11110011 1100011 110010

Color Harmonies of #0F01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F01FE

Black with #0F01FE

Text Example


Text Example

White with #0F01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F01FE; }

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

 H1.HeaderClassName
 {
   color: #0F01FE;
 }
 .AnyTagClassName
 {
   color: #0F01FE;
 }
</style>

background-color css

<style>
 a { background-color: #0F01FE; }

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

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

border-color css

<style>
 span { border-color: #0F01FE; }

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

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