Html Css Color HEX #0F07FB Blue

📋 copy color: '#0F07FB'

red 15 ◦ green 7 ◦ blue 251

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

Shades of Blue #0F07FB

Tints of Blue #0F07FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 251 (98.44% from 255) = 91.94%

R = 5.49%
G = 2.56%
B = 91.94%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F07FB (or 0x0F07FB) is known color: Blue. HEX triplet: 0F, 07 and FB. RGB value is (15,7,251). Sum of RGB (Red+Green+Blue) = 15+7+251=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 251 (98.44% from 255 or 91.94% from 273); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F07FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F07FB is #F0F804. Grayscale: #242424. Windows color (decimal): -15792133 or 16451343. OLE color: 16451343.

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

Color convert

RGB 15 7 251 -
CMYK 0.94 0.97 0 0.02
HSL 241.97º 0.97% 0.51% -
HSV(B) 241.97º 0.97% 0.98% -
XYZ 17.69 7.22 91.73 -
YUV 37.21 248.65 112.16 -
System Red Green Blue C M Y K H S L
Decimal 15 7 251 0.94 0.97 0 0.02 241.97 0.97 0.51
Hex F 7 FB 5E 61 0 2 F2 61 33
Octal 17 7 373 136 141 0 2 362 141 63
Binary 1111 111 11111011 1011110 1100001 0 10 11110010 1100001 110011

Color Harmonies of #0F07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F07FB

Black with #0F07FB

Text Example


Text Example

White with #0F07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,7,251); }

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

background-color css

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

 a { background-color: rgb(15,7,251); }

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

border-color css

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

 span { border-color: rgb(15,7,251); }

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