Html Css Color HEX #0495DF Pacific Blue

📋 copy color: '#0495DF'

red 4 ◦ green 149 ◦ blue 223

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

Shades of Pacific Blue #0495DF

Tints of Pacific Blue #0495DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 1.06%
G = 39.63%
B = 59.31%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0495DF (or 0x0495DF) is known color: Pacific Blue. HEX triplet: 04, 95 and DF. RGB value is (4,149,223). Sum of RGB (Red+Green+Blue) = 4+149+223=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0495DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495DF is #FB6A20. Grayscale: #717171. Windows color (decimal): -16476705 or 14652676. OLE color: 14652676.

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

Color convert

RGB 4 149 223 -
CMYK 0.98 0.33 0 0.13
HSL 200.27º 0.96% 0.45% -
HSV(B) 200.27º 0.98% 0.87% -
XYZ 24.12 26.85 73.72 -
YUV 114.08 189.46 49.48 -
System Red Green Blue C M Y K H S L
Decimal 4 149 223 0.98 0.33 0 0.13 200.27 0.96 0.45
Hex 4 95 DF 62 21 0 D C8 60 2D
Octal 4 225 337 142 41 0 15 310 140 55
Binary 100 10010101 11011111 1100010 100001 0 1101 11001000 1100000 101101

Color Harmonies of #0495DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495DF

Black with #0495DF

Text Example


Text Example

White with #0495DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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