Html Css Color HEX #0F8CDA Pacific Blue

📋 copy color: '#0F8CDA'

red 15 ◦ green 140 ◦ blue 218

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

Shades of Pacific Blue #0F8CDA

Tints of Pacific Blue #0F8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 218 (85.55% from 255) = 58.45%

R = 4.02%
G = 37.53%
B = 58.45%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F8CDA (or 0x0F8CDA) is known color: Pacific Blue. HEX triplet: 0F, 8C and DA. RGB value is (15,140,218). Sum of RGB (Red+Green+Blue) = 15+140+218=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F8CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8CDA is #F07325. Grayscale: #6F6F6F. Windows color (decimal): -15758118 or 14322703. OLE color: 14322703.

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

Color convert

RGB 15 140 218 -
CMYK 0.93 0.36 0 0.15
HSL 203.05º 0.87% 0.46% -
HSV(B) 203.05º 0.93% 0.85% -
XYZ 22.23 23.92 69.77 -
YUV 111.52 188.09 59.16 -
System Red Green Blue C M Y K H S L
Decimal 15 140 218 0.93 0.36 0 0.15 203.05 0.87 0.46
Hex F 8C DA 5D 24 0 F CB 57 2E
Octal 17 214 332 135 44 0 17 313 127 56
Binary 1111 10001100 11011010 1011101 100100 0 1111 11001011 1010111 101110

Color Harmonies of #0F8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8CDA

Black with #0F8CDA

Text Example


Text Example

White with #0F8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,140,218); }

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

background-color css

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

 a { background-color: rgb(15,140,218); }

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

border-color css

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

 span { border-color: rgb(15,140,218); }

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