Html Css Color HEX #0498CD Pacific Blue

📋 copy color: '#0498CD'

red 4 ◦ green 152 ◦ blue 205

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

Shades of Pacific Blue #0498CD

Tints of Pacific Blue #0498CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 1.11%
G = 42.11%
B = 56.79%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0498CD (or 0x0498CD) is known color: Pacific Blue. HEX triplet: 04, 98 and CD. RGB value is (4,152,205). Sum of RGB (Red+Green+Blue) = 4+152+205=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #0498CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498CD is #FB6732. Grayscale: #717171. Windows color (decimal): -16475955 or 13473796. OLE color: 13473796.

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

Color convert

RGB 4 152 205 -
CMYK 0.98 0.26 0 0.20
HSL 195.82º 0.96% 0.41% -
HSV(B) 195.82º 0.98% 0.8% -
XYZ 22.3 26.89 61.77 -
YUV 113.79 179.47 49.69 -
System Red Green Blue C M Y K H S L
Decimal 4 152 205 0.98 0.26 0 0.20 195.82 0.96 0.41
Hex 4 98 CD 62 1A 0 14 C4 60 29
Octal 4 230 315 142 32 0 24 304 140 51
Binary 100 10011000 11001101 1100010 11010 0 10100 11000100 1100000 101001

Color Harmonies of #0498CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0498CD

Black with #0498CD

Text Example


Text Example

White with #0498CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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