Html Css Color HEX #0492D7 Pacific Blue

📋 copy color: '#0492D7'

red 4 ◦ green 146 ◦ blue 215

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

Shades of Pacific Blue #0492D7

Tints of Pacific Blue #0492D7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 215 (84.38% from 255) = 58.9%

R = 1.1%
G = 40%
B = 58.9%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0492D7 (or 0x0492D7) is known color: Pacific Blue. HEX triplet: 04, 92 and D7. RGB value is (4,146,215). Sum of RGB (Red+Green+Blue) = 4+146+215=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #0492D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0492D7 is #FB6D28. Grayscale: #6E6E6E. Windows color (decimal): -16477481 or 14127620. OLE color: 14127620.

HSL color Cylindrical-coordinate representation of color #0492D7: hue angle of 199.62º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0492D7 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 146 215 -
CMYK 0.98 0.32 0 0.16
HSL 199.62º 0.96% 0.43% -
HSV(B) 199.62º 0.98% 0.84% -
XYZ 22.59 25.49 68.02 -
YUV 111.41 186.46 51.39 -
System Red Green Blue C M Y K H S L
Decimal 4 146 215 0.98 0.32 0 0.16 199.62 0.96 0.43
Hex 4 92 D7 62 20 0 10 C8 60 2B
Octal 4 222 327 142 40 0 20 310 140 53
Binary 100 10010010 11010111 1100010 100000 0 10000 11001000 1100000 101011

Color Harmonies of #0492D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0492D7

Black with #0492D7

Text Example


Text Example

White with #0492D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0492D7; }

 p { color: rgb(4,146,215); }

 H1.HeaderClassName
 {
   color: #0492D7;
 }
 .AnyTagClassName
 {
   color: #0492D7;
 }
</style>

background-color css

<style>
 a { background-color: #0492D7; }

 a { background-color: rgb(4,146,215); }

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

border-color css

<style>
 span { border-color: #0492D7; }

 span { border-color: rgb(4,146,215); }

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