Html Css Color HEX #098BD7 Pacific Blue

📋 copy color: '#098BD7'

red 9 ◦ green 139 ◦ blue 215

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

Shades of Pacific Blue #098BD7

Tints of Pacific Blue #098BD7

RGB

 RED value IS 9 (3.91% from 255) = 2.48%

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

 BLUE value IS 215 (84.38% from 255) = 59.23%

R = 2.48%
G = 38.29%
B = 59.23%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#098BD7 (or 0x098BD7) is known color: Pacific Blue. HEX triplet: 09, 8B and D7. RGB value is (9,139,215). Sum of RGB (Red+Green+Blue) = 9+139+215=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #098BD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BD7 is #F67428. Grayscale: #6C6C6C. Windows color (decimal): -16151593 or 14125833. OLE color: 14125833.

HSL color Cylindrical-coordinate representation of color #098BD7: hue angle of 202.14º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BD7 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 139 215 -
CMYK 0.96 0.35 0 0.16
HSL 202.14º 0.92% 0.44% -
HSV(B) 202.14º 0.96% 0.84% -
XYZ 21.61 23.43 67.67 -
YUV 108.79 187.93 56.82 -
System Red Green Blue C M Y K H S L
Decimal 9 139 215 0.96 0.35 0 0.16 202.14 0.92 0.44
Hex 9 8B D7 60 23 0 10 CA 5C 2C
Octal 11 213 327 140 43 0 20 312 134 54
Binary 1001 10001011 11010111 1100000 100011 0 10000 11001010 1011100 101100

Color Harmonies of #098BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BD7

Black with #098BD7

Text Example


Text Example

White with #098BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098BD7; }

 p { color: rgb(9,139,215); }

 H1.HeaderClassName
 {
   color: #098BD7;
 }
 .AnyTagClassName
 {
   color: #098BD7;
 }
</style>

background-color css

<style>
 a { background-color: #098BD7; }

 a { background-color: rgb(9,139,215); }

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

border-color css

<style>
 span { border-color: #098BD7; }

 span { border-color: rgb(9,139,215); }

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