Html Css Color HEX #0F17BB Medium Blue

📋 copy color: '#0F17BB'

red 15 ◦ green 23 ◦ blue 187

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

Shades of Medium Blue #0F17BB

Tints of Medium Blue #0F17BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

 BLUE value IS 187 (73.44% from 255) = 83.11%

R = 6.67%
G = 10.22%
B = 83.11%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F17BB (or 0x0F17BB) is known color: Medium Blue. HEX triplet: 0F, 17 and BB. RGB value is (15,23,187). Sum of RGB (Red+Green+Blue) = 15+23+187=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F17BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F17BB is #F0E844. Grayscale: #262626. Windows color (decimal): -15788101 or 12261135. OLE color: 12261135.

HSL color Cylindrical-coordinate representation of color #0F17BB: hue angle of 237.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F17BB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 23 187 -
CMYK 0.92 0.88 0 0.27
HSL 237.21º 0.85% 0.4% -
HSV(B) 237.21º 0.92% 0.73% -
XYZ 9.47 4.3 47.34 -
YUV 39.3 211.35 110.66 -
System Red Green Blue C M Y K H S L
Decimal 15 23 187 0.92 0.88 0 0.27 237.21 0.85 0.4
Hex F 17 BB 5C 58 0 1B ED 55 28
Octal 17 27 273 134 130 0 33 355 125 50
Binary 1111 10111 10111011 1011100 1011000 0 11011 11101101 1010101 101000

Color Harmonies of #0F17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F17BB

Black with #0F17BB

Text Example


Text Example

White with #0F17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,23,187); }

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

background-color css

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

 a { background-color: rgb(15,23,187); }

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

border-color css

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

 span { border-color: rgb(15,23,187); }

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