Html Css Color HEX #0F09EB Blue

📋 copy color: '#0F09EB'

red 15 ◦ green 9 ◦ blue 235

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

Shades of Blue #0F09EB

Tints of Blue #0F09EB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 5.79%
G = 3.47%
B = 90.73%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F09EB (or 0x0F09EB) is known color: Blue. HEX triplet: 0F, 09 and EB. RGB value is (15,9,235). Sum of RGB (Red+Green+Blue) = 15+9+235=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 235 (92.19% from 255 or 90.73% from 259); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F09EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F09EB is #F0F614. Grayscale: #232323. Windows color (decimal): -15791637 or 15403279. OLE color: 15403279.

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

Color convert

RGB 15 9 235 -
CMYK 0.94 0.96 0 0.08
HSL 241.59º 0.93% 0.48% -
HSV(B) 241.59º 0.96% 0.92% -
XYZ 15.29 6.3 79.01 -
YUV 36.56 239.99 112.62 -
System Red Green Blue C M Y K H S L
Decimal 15 9 235 0.94 0.96 0 0.08 241.59 0.93 0.48
Hex F 9 EB 5E 60 0 8 F2 5D 30
Octal 17 11 353 136 140 0 10 362 135 60
Binary 1111 1001 11101011 1011110 1100000 0 1000 11110010 1011101 110000

Color Harmonies of #0F09EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F09EB

Black with #0F09EB

Text Example


Text Example

White with #0F09EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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