Html Css Color HEX #0498CE Pacific Blue

📋 copy color: '#0498CE'

red 4 ◦ green 152 ◦ blue 206

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

Shades of Pacific Blue #0498CE

Tints of Pacific Blue #0498CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 1.1%
G = 41.99%
B = 56.91%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0498CE (or 0x0498CE) is known color: Pacific Blue. HEX triplet: 04, 98 and CE. RGB value is (4,152,206). Sum of RGB (Red+Green+Blue) = 4+152+206=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #0498CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498CE is #FB6731. Grayscale: #717171. Windows color (decimal): -16475954 or 13539332. OLE color: 13539332.

HSL color Cylindrical-coordinate representation of color #0498CE: hue angle of 196.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498CE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 152 206 -
CMYK 0.98 0.26 0 0.19
HSL 196.04º 0.96% 0.41% -
HSV(B) 196.04º 0.98% 0.81% -
XYZ 22.42 26.94 62.41 -
YUV 113.9 179.97 49.61 -
System Red Green Blue C M Y K H S L
Decimal 4 152 206 0.98 0.26 0 0.19 196.04 0.96 0.41
Hex 4 98 CE 62 1A 0 13 C4 60 29
Octal 4 230 316 142 32 0 23 304 140 51
Binary 100 10011000 11001110 1100010 11010 0 10011 11000100 1100000 101001

Color Harmonies of #0498CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0498CE

Black with #0498CE

Text Example


Text Example

White with #0498CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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