Html Css Color HEX #0F8FDA Pacific Blue

📋 copy color: '#0F8FDA'

red 15 ◦ green 143 ◦ blue 218

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

Shades of Pacific Blue #0F8FDA

Tints of Pacific Blue #0F8FDA

RGB

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

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

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

R = 3.99%
G = 38.03%
B = 57.98%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F8FDA (or 0x0F8FDA) is known color: Pacific Blue. HEX triplet: 0F, 8F and DA. RGB value is (15,143,218). Sum of RGB (Red+Green+Blue) = 15+143+218=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F8FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8FDA is #F07025. Grayscale: #707070. Windows color (decimal): -15757350 or 14323471. OLE color: 14323471.

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

Color convert

RGB 15 143 218 -
CMYK 0.93 0.34 0 0.15
HSL 202.17º 0.87% 0.46% -
HSV(B) 202.17º 0.93% 0.85% -
XYZ 22.67 24.81 69.92 -
YUV 113.28 187.09 57.9 -
System Red Green Blue C M Y K H S L
Decimal 15 143 218 0.93 0.34 0 0.15 202.17 0.87 0.46
Hex F 8F DA 5D 22 0 F CA 57 2E
Octal 17 217 332 135 42 0 17 312 127 56
Binary 1111 10001111 11011010 1011101 100010 0 1111 11001010 1010111 101110

Color Harmonies of #0F8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8FDA

Black with #0F8FDA

Text Example


Text Example

White with #0F8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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