Html Css Color HEX #0499DF Pacific Blue

📋 copy color: '#0499DF'

red 4 ◦ green 153 ◦ blue 223

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

Shades of Pacific Blue #0499DF

Tints of Pacific Blue #0499DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

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

R = 1.05%
G = 40.26%
B = 58.68%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0499DF (or 0x0499DF) is known color: Pacific Blue. HEX triplet: 04, 99 and DF. RGB value is (4,153,223). Sum of RGB (Red+Green+Blue) = 4+153+223=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #0499DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499DF is #FB6620. Grayscale: #747474. Windows color (decimal): -16475681 or 14653700. OLE color: 14653700.

HSL color Cylindrical-coordinate representation of color #0499DF: hue angle of 199.18º 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 #0499DF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 153 223 -
CMYK 0.98 0.31 0 0.13
HSL 199.18º 0.96% 0.45% -
HSV(B) 199.18º 0.98% 0.87% -
XYZ 24.76 28.14 73.94 -
YUV 116.43 188.14 47.81 -
System Red Green Blue C M Y K H S L
Decimal 4 153 223 0.98 0.31 0 0.13 199.18 0.96 0.45
Hex 4 99 DF 62 1F 0 D C7 60 2D
Octal 4 231 337 142 37 0 15 307 140 55
Binary 100 10011001 11011111 1100010 11111 0 1101 11000111 1100000 101101

Color Harmonies of #0499DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0499DF

Black with #0499DF

Text Example


Text Example

White with #0499DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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