Html Css Color HEX #0F8FDC Pacific Blue

📋 copy color: '#0F8FDC'

red 15 ◦ green 143 ◦ blue 220

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

Shades of Pacific Blue #0F8FDC

Tints of Pacific Blue #0F8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 3.97%
G = 37.83%
B = 58.2%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F8FDC (or 0x0F8FDC) is known color: Pacific Blue. HEX triplet: 0F, 8F and DC. RGB value is (15,143,220). Sum of RGB (Red+Green+Blue) = 15+143+220=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F8FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8FDC is #F07023. Grayscale: #717171. Windows color (decimal): -15757348 or 14454543. OLE color: 14454543.

HSL color Cylindrical-coordinate representation of color #0F8FDC: hue angle of 202.54º 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 #0F8FDC is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 143 220 -
CMYK 0.93 0.35 0 0.14
HSL 202.54º 0.87% 0.46% -
HSV(B) 202.54º 0.93% 0.86% -
XYZ 22.94 24.91 71.31 -
YUV 113.51 188.09 57.74 -
System Red Green Blue C M Y K H S L
Decimal 15 143 220 0.93 0.35 0 0.14 202.54 0.87 0.46
Hex F 8F DC 5D 23 0 E CB 57 2E
Octal 17 217 334 135 43 0 16 313 127 56
Binary 1111 10001111 11011100 1011101 100011 0 1110 11001011 1010111 101110

Color Harmonies of #0F8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8FDC

Black with #0F8FDC

Text Example


Text Example

White with #0F8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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