Html Css Color HEX #0F8DCF Pacific Blue

📋 copy color: '#0F8DCF'

red 15 ◦ green 141 ◦ blue 207

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

Shades of Pacific Blue #0F8DCF

Tints of Pacific Blue #0F8DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 4.13%
G = 38.84%
B = 57.02%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F8DCF (or 0x0F8DCF) is known color: Pacific Blue. HEX triplet: 0F, 8D and CF. RGB value is (15,141,207). Sum of RGB (Red+Green+Blue) = 15+141+207=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F8DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8DCF is #F07230. Grayscale: #6E6E6E. Windows color (decimal): -15757873 or 13602063. OLE color: 13602063.

HSL color Cylindrical-coordinate representation of color #0F8DCF: hue angle of 200.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8DCF is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 141 207 -
CMYK 0.93 0.32 0 0.19
HSL 200.63º 0.86% 0.44% -
HSV(B) 200.63º 0.93% 0.81% -
XYZ 20.98 23.66 62.49 -
YUV 110.85 182.26 59.63 -
System Red Green Blue C M Y K H S L
Decimal 15 141 207 0.93 0.32 0 0.19 200.63 0.86 0.44
Hex F 8D CF 5D 20 0 13 C9 56 2C
Octal 17 215 317 135 40 0 23 311 126 54
Binary 1111 10001101 11001111 1011101 100000 0 10011 11001001 1010110 101100

Color Harmonies of #0F8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8DCF

Black with #0F8DCF

Text Example


Text Example

White with #0F8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,141,207); }

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

background-color css

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

 a { background-color: rgb(15,141,207); }

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

border-color css

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

 span { border-color: rgb(15,141,207); }

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