Html Css Color HEX #0F8BDC Pacific Blue

📋 copy color: '#0F8BDC'

red 15 ◦ green 139 ◦ blue 220

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

Shades of Pacific Blue #0F8BDC

Tints of Pacific Blue #0F8BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

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

R = 4.01%
G = 37.17%
B = 58.82%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F8BDC (or 0x0F8BDC) is known color: Pacific Blue. HEX triplet: 0F, 8B and DC. RGB value is (15,139,220). Sum of RGB (Red+Green+Blue) = 15+139+220=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F8BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8BDC is #F07423. Grayscale: #6E6E6E. Windows color (decimal): -15758372 or 14453519. OLE color: 14453519.

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

Color convert

RGB 15 139 220 -
CMYK 0.93 0.37 0 0.14
HSL 203.71º 0.87% 0.46% -
HSV(B) 203.71º 0.93% 0.86% -
XYZ 22.35 23.73 71.11 -
YUV 111.16 189.42 59.41 -
System Red Green Blue C M Y K H S L
Decimal 15 139 220 0.93 0.37 0 0.14 203.71 0.87 0.46
Hex F 8B DC 5D 25 0 E CC 57 2E
Octal 17 213 334 135 45 0 16 314 127 56
Binary 1111 10001011 11011100 1011101 100101 0 1110 11001100 1010111 101110

Color Harmonies of #0F8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8BDC

Black with #0F8BDC

Text Example


Text Example

White with #0F8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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