Html Css Color HEX #0F87BF Bondi Blue

📋 copy color: '#0F87BF'

red 15 ◦ green 135 ◦ blue 191

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

Shades of Bondi Blue #0F87BF

Tints of Bondi Blue #0F87BF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.59%

 BLUE value IS 191 (75% from 255) = 56.01%

R = 4.4%
G = 39.59%
B = 56.01%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F87BF (or 0x0F87BF) is known color: Bondi Blue. HEX triplet: 0F, 87 and BF. RGB value is (15,135,191). Sum of RGB (Red+Green+Blue) = 15+135+191=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F87BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F87BF is #F07840. Grayscale: #696969. Windows color (decimal): -15759425 or 12551951. OLE color: 12551951.

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

Color convert

RGB 15 135 191 -
CMYK 0.92 0.29 0 0.25
HSL 199.09º 0.85% 0.4% -
HSV(B) 199.09º 0.92% 0.75% -
XYZ 18.26 21.19 52.42 -
YUV 105.5 176.24 63.45 -
System Red Green Blue C M Y K H S L
Decimal 15 135 191 0.92 0.29 0 0.25 199.09 0.85 0.4
Hex F 87 BF 5C 1D 0 19 C7 55 28
Octal 17 207 277 134 35 0 31 307 125 50
Binary 1111 10000111 10111111 1011100 11101 0 11001 11000111 1010101 101000

Color Harmonies of #0F87BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F87BF

Black with #0F87BF

Text Example


Text Example

White with #0F87BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,135,191); }

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

background-color css

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

 a { background-color: rgb(15,135,191); }

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

border-color css

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

 span { border-color: rgb(15,135,191); }

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