Html Css Color HEX #098FDA Pacific Blue

📋 copy color: '#098FDA'

red 9 ◦ green 143 ◦ blue 218

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

Shades of Pacific Blue #098FDA

Tints of Pacific Blue #098FDA

RGB

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

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

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

R = 2.43%
G = 38.65%
B = 58.92%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#098FDA (or 0x098FDA) is known color: Pacific Blue. HEX triplet: 09, 8F and DA. RGB value is (9,143,218). Sum of RGB (Red+Green+Blue) = 9+143+218=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #098FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FDA is #F67025. Grayscale: #6F6F6F. Windows color (decimal): -16150566 or 14323465. OLE color: 14323465.

HSL color Cylindrical-coordinate representation of color #098FDA: hue angle of 201.53º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098FDA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 143 218 -
CMYK 0.96 0.34 0 0.15
HSL 201.53º 0.92% 0.45% -
HSV(B) 201.53º 0.96% 0.85% -
XYZ 22.59 24.76 69.92 -
YUV 111.48 188.11 54.9 -
System Red Green Blue C M Y K H S L
Decimal 9 143 218 0.96 0.34 0 0.15 201.53 0.92 0.45
Hex 9 8F DA 60 22 0 F CA 5C 2D
Octal 11 217 332 140 42 0 17 312 134 55
Binary 1001 10001111 11011010 1100000 100010 0 1111 11001010 1011100 101101

Color Harmonies of #098FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FDA

Black with #098FDA

Text Example


Text Example

White with #098FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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