Html Css Color HEX #0498DF Pacific Blue

📋 copy color: '#0498DF'

red 4 ◦ green 152 ◦ blue 223

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

Shades of Pacific Blue #0498DF

Tints of Pacific Blue #0498DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.84%

R = 1.06%
G = 40.11%
B = 58.84%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0498DF (or 0x0498DF) is known color: Pacific Blue. HEX triplet: 04, 98 and DF. RGB value is (4,152,223). Sum of RGB (Red+Green+Blue) = 4+152+223=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #0498DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498DF is #FB6720. Grayscale: #737373. Windows color (decimal): -16475937 or 14653444. OLE color: 14653444.

HSL color Cylindrical-coordinate representation of color #0498DF: hue angle of 199.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498DF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 152 223 -
CMYK 0.98 0.32 0 0.13
HSL 199.45º 0.96% 0.45% -
HSV(B) 199.45º 0.98% 0.87% -
XYZ 24.6 27.81 73.88 -
YUV 115.84 188.47 48.23 -
System Red Green Blue C M Y K H S L
Decimal 4 152 223 0.98 0.32 0 0.13 199.45 0.96 0.45
Hex 4 98 DF 62 20 0 D C7 60 2D
Octal 4 230 337 142 40 0 15 307 140 55
Binary 100 10011000 11011111 1100010 100000 0 1101 11000111 1100000 101101

Color Harmonies of #0498DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0498DF

Black with #0498DF

Text Example


Text Example

White with #0498DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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