Html Css Color HEX #0F01F9 Blue

📋 copy color: '#0F01F9'

red 15 ◦ green 1 ◦ blue 249

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

Shades of Blue #0F01F9

Tints of Blue #0F01F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 93.96%

R = 5.66%
G = 0.38%
B = 93.96%

CMYK

 C value IS 0.94

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F01F9 (or 0x0F01F9) is known color: Blue. HEX triplet: 0F, 01 and F9. RGB value is (15,1,249). Sum of RGB (Red+Green+Blue) = 15+1+249=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 249 (97.66% from 255 or 93.96% from 265); Max value from RGB is 249 - color contains mainly: blue. Hex color #0F01F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F01F9 is #F0FE06. Grayscale: #202020. Windows color (decimal): -15793671 or 16318735. OLE color: 16318735.

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

Color convert

RGB 15 1 249 -
CMYK 0.94 1.00 0 0.02
HSL 243.39º 0.99% 0.49% -
HSV(B) 243.39º 1% 0.98% -
XYZ 17.31 6.96 90.05 -
YUV 33.46 249.64 114.83 -
System Red Green Blue C M Y K H S L
Decimal 15 1 249 0.94 1.00 0 0.02 243.39 0.99 0.49
Hex F 1 F9 5E 64 0 2 F3 63 31
Octal 17 1 371 136 144 0 2 363 143 61
Binary 1111 1 11111001 1011110 1100100 0 10 11110011 1100011 110001

Color Harmonies of #0F01F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F01F9

Black with #0F01F9

Text Example


Text Example

White with #0F01F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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