Html Css Color HEX #0F0BE2 Medium Blue

📋 copy color: '#0F0BE2'

red 15 ◦ green 11 ◦ blue 226

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

Shades of Medium Blue #0F0BE2

Tints of Medium Blue #0F0BE2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

 BLUE value IS 226 (88.67% from 255) = 89.68%

R = 5.95%
G = 4.37%
B = 89.68%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0F0BE2 (or 0x0F0BE2) is known color: Medium Blue. HEX triplet: 0F, 0B and E2. RGB value is (15,11,226). Sum of RGB (Red+Green+Blue) = 15+11+226=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 226 (88.67% from 255 or 89.68% from 252); Max value from RGB is 226 - color contains mainly: blue. Hex color #0F0BE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0BE2 is #F0F41D. Grayscale: #232323. Windows color (decimal): -15791134 or 14813967. OLE color: 14813967.

HSL color Cylindrical-coordinate representation of color #0F0BE2: hue angle of 241.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0BE2 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 11 226 -
CMYK 0.93 0.95 0 0.11
HSL 241.12º 0.91% 0.46% -
HSV(B) 241.12º 0.95% 0.89% -
XYZ 14.04 5.83 72.34 -
YUV 36.71 234.83 112.52 -
System Red Green Blue C M Y K H S L
Decimal 15 11 226 0.93 0.95 0 0.11 241.12 0.91 0.46
Hex F B E2 5D 5F 0 B F1 5B 2E
Octal 17 13 342 135 137 0 13 361 133 56
Binary 1111 1011 11100010 1011101 1011111 0 1011 11110001 1011011 101110

Color Harmonies of #0F0BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0BE2

Black with #0F0BE2

Text Example


Text Example

White with #0F0BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,11,226); }

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

background-color css

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

 a { background-color: rgb(15,11,226); }

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

border-color css

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

 span { border-color: rgb(15,11,226); }

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