Html Css Color HEX #0498DC Pacific Blue

📋 copy color: '#0498DC'

red 4 ◦ green 152 ◦ blue 220

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

Shades of Pacific Blue #0498DC

Tints of Pacific Blue #0498DC

RGB

 RED value IS 4 (1.95% from 255) = 1.06%

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 1.06%
G = 40.43%
B = 58.51%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0498DC (or 0x0498DC) is known color: Pacific Blue. HEX triplet: 04, 98 and DC. RGB value is (4,152,220). Sum of RGB (Red+Green+Blue) = 4+152+220=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #0498DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498DC is #FB6723. Grayscale: #737373. Windows color (decimal): -16475940 or 14456836. OLE color: 14456836.

HSL color Cylindrical-coordinate representation of color #0498DC: hue angle of 198.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498DC is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 152 220 -
CMYK 0.98 0.31 0 0.14
HSL 198.89º 0.96% 0.44% -
HSV(B) 198.89º 0.98% 0.86% -
XYZ 24.2 27.65 71.77 -
YUV 115.5 186.97 48.47 -
System Red Green Blue C M Y K H S L
Decimal 4 152 220 0.98 0.31 0 0.14 198.89 0.96 0.44
Hex 4 98 DC 62 1F 0 E C7 60 2C
Octal 4 230 334 142 37 0 16 307 140 54
Binary 100 10011000 11011100 1100010 11111 0 1110 11000111 1100000 101100

Color Harmonies of #0498DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0498DC

Black with #0498DC

Text Example


Text Example

White with #0498DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0498DC; }

 p { color: rgb(4,152,220); }

 H1.HeaderClassName
 {
   color: #0498DC;
 }
 .AnyTagClassName
 {
   color: #0498DC;
 }
</style>

background-color css

<style>
 a { background-color: #0498DC; }

 a { background-color: rgb(4,152,220); }

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

border-color css

<style>
 span { border-color: #0498DC; }

 span { border-color: rgb(4,152,220); }

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