Html Css Color HEX #0F04F7 Blue

📋 copy color: '#0F04F7'

red 15 ◦ green 4 ◦ blue 247

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

Shades of Blue #0F04F7

Tints of Blue #0F04F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 92.86%

R = 5.64%
G = 1.5%
B = 92.86%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0F04F7 (or 0x0F04F7) is known color: Blue. HEX triplet: 0F, 04 and F7. RGB value is (15,4,247). Sum of RGB (Red+Green+Blue) = 15+4+247=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 247 (96.88% from 255 or 92.86% from 266); Max value from RGB is 247 - color contains mainly: blue. Hex color #0F04F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F04F7 is #F0FB08. Grayscale: #222222. Windows color (decimal): -15792905 or 16188431. OLE color: 16188431.

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

Color convert

RGB 15 4 247 -
CMYK 0.94 0.98 0 0.03
HSL 242.72º 0.97% 0.49% -
HSV(B) 242.72º 0.98% 0.97% -
XYZ 17.03 6.9 88.43 -
YUV 34.99 247.64 113.74 -
System Red Green Blue C M Y K H S L
Decimal 15 4 247 0.94 0.98 0 0.03 242.72 0.97 0.49
Hex F 4 F7 5E 62 0 3 F3 61 31
Octal 17 4 367 136 142 0 3 363 141 61
Binary 1111 100 11110111 1011110 1100010 0 11 11110011 1100001 110001

Color Harmonies of #0F04F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F04F7

Black with #0F04F7

Text Example


Text Example

White with #0F04F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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