Html Css Color HEX #0F8DDC Pacific Blue

📋 copy color: '#0F8DDC'

red 15 ◦ green 141 ◦ blue 220

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

Shades of Pacific Blue #0F8DDC

Tints of Pacific Blue #0F8DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 3.99%
G = 37.5%
B = 58.51%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F8DDC (or 0x0F8DDC) is known color: Pacific Blue. HEX triplet: 0F, 8D and DC. RGB value is (15,141,220). Sum of RGB (Red+Green+Blue) = 15+141+220=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F8DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8DDC is #F07223. Grayscale: #6F6F6F. Windows color (decimal): -15757860 or 14454031. OLE color: 14454031.

HSL color Cylindrical-coordinate representation of color #0F8DDC: hue angle of 203.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8DDC is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 141 220 -
CMYK 0.93 0.36 0 0.14
HSL 203.12º 0.87% 0.46% -
HSV(B) 203.12º 0.93% 0.86% -
XYZ 22.64 24.32 71.21 -
YUV 112.33 188.76 58.58 -
System Red Green Blue C M Y K H S L
Decimal 15 141 220 0.93 0.36 0 0.14 203.12 0.87 0.46
Hex F 8D DC 5D 24 0 E CB 57 2E
Octal 17 215 334 135 44 0 16 313 127 56
Binary 1111 10001101 11011100 1011101 100100 0 1110 11001011 1010111 101110

Color Harmonies of #0F8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8DDC

Black with #0F8DDC

Text Example


Text Example

White with #0F8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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