Html Css Color HEX #0F08EB Blue

📋 copy color: '#0F08EB'

red 15 ◦ green 8 ◦ blue 235

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

Shades of Blue #0F08EB

Tints of Blue #0F08EB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

 BLUE value IS 235 (92.19% from 255) = 91.09%

R = 5.81%
G = 3.1%
B = 91.09%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F08EB (or 0x0F08EB) is known color: Blue. HEX triplet: 0F, 08 and EB. RGB value is (15,8,235). Sum of RGB (Red+Green+Blue) = 15+8+235=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 235 (92.19% from 255 or 91.09% from 258); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F08EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F08EB is #F0F714. Grayscale: #232323. Windows color (decimal): -15791893 or 15403023. OLE color: 15403023.

HSL color Cylindrical-coordinate representation of color #0F08EB: hue angle of 241.85º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F08EB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 8 235 -
CMYK 0.94 0.97 0 0.08
HSL 241.85º 0.93% 0.48% -
HSV(B) 241.85º 0.97% 0.92% -
XYZ 15.28 6.27 79 -
YUV 35.97 240.32 113.04 -
System Red Green Blue C M Y K H S L
Decimal 15 8 235 0.94 0.97 0 0.08 241.85 0.93 0.48
Hex F 8 EB 5E 61 0 8 F2 5D 30
Octal 17 10 353 136 141 0 10 362 135 60
Binary 1111 1000 11101011 1011110 1100001 0 1000 11110010 1011101 110000

Color Harmonies of #0F08EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F08EB

Black with #0F08EB

Text Example


Text Example

White with #0F08EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,235); }

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

background-color css

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

 a { background-color: rgb(15,8,235); }

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

border-color css

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

 span { border-color: rgb(15,8,235); }

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