Html Css Color HEX #0F04FE Blue

📋 copy color: '#0F04FE'

red 15 ◦ green 4 ◦ blue 254

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

Shades of Blue #0F04FE

Tints of Blue #0F04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 5.49%
G = 1.47%
B = 93.04%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F04FE (or 0x0F04FE) is known color: Blue. HEX triplet: 0F, 04 and FE. RGB value is (15,4,254). Sum of RGB (Red+Green+Blue) = 15+4+254=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 254 (99.61% from 255 or 93.04% from 273); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F04FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F04FE is #F0FB01. Grayscale: #222222. Windows color (decimal): -15792898 or 16647183. OLE color: 16647183.

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

Color convert

RGB 15 4 254 -
CMYK 0.94 0.98 0 0.00
HSL 242.64º 0.99% 0.51% -
HSV(B) 242.64º 0.98% 1% -
XYZ 18.13 7.34 94.23 -
YUV 35.79 251.14 113.17 -
System Red Green Blue C M Y K H S L
Decimal 15 4 254 0.94 0.98 0 0.00 242.64 0.99 0.51
Hex F 4 FE 5E 62 0 0 F3 63 33
Octal 17 4 376 136 142 0 0 363 143 63
Binary 1111 100 11111110 1011110 1100010 0 0 11110011 1100011 110011

Color Harmonies of #0F04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F04FE

Black with #0F04FE

Text Example


Text Example

White with #0F04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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