Html Css Color HEX #098CDB Pacific Blue

📋 copy color: '#098CDB'

red 9 ◦ green 140 ◦ blue 219

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

Shades of Pacific Blue #098CDB

Tints of Pacific Blue #098CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 2.45%
G = 38.04%
B = 59.51%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#098CDB (or 0x098CDB) is known color: Pacific Blue. HEX triplet: 09, 8C and DB. RGB value is (9,140,219). Sum of RGB (Red+Green+Blue) = 9+140+219=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #098CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CDB is #F67324. Grayscale: #6D6D6D. Windows color (decimal): -16151333 or 14388233. OLE color: 14388233.

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

Color convert

RGB 9 140 219 -
CMYK 0.96 0.36 0 0.14
HSL 202.57º 0.92% 0.45% -
HSV(B) 202.57º 0.96% 0.86% -
XYZ 22.28 23.93 70.46 -
YUV 109.84 189.6 56.08 -
System Red Green Blue C M Y K H S L
Decimal 9 140 219 0.96 0.36 0 0.14 202.57 0.92 0.45
Hex 9 8C DB 60 24 0 E CB 5C 2D
Octal 11 214 333 140 44 0 16 313 134 55
Binary 1001 10001100 11011011 1100000 100100 0 1110 11001011 1011100 101101

Color Harmonies of #098CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CDB

Black with #098CDB

Text Example


Text Example

White with #098CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,140,219); }

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

background-color css

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

 a { background-color: rgb(9,140,219); }

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

border-color css

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

 span { border-color: rgb(9,140,219); }

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