#1f92d6

Color #1F92D6 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1F92D6

Tints of Pacific Blue #1F92D6

Color information

#1F92D6 (or 0x1F92D6) is unknown color: approx Pacific Blue. HEX triplet: 1F, 92 and D6. RGB value is (31,146,214). Sum of RGB (Red+Green+Blue) = 31+146+214=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #1F92D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F92D6 is #E06D29. Grayscale: #767676. Windows color (decimal): -14708010 or 14062111. OLE color: 14062111.

HSL color Cylindrical-coordinate representation of color #1F92D6: hue angle of 202.3º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F92D6 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB31146214-
CMYK0.860.3200.16
HSL202.3º74.69%48.04%-
HSV(B)202.3º85.51%83.92%-
XYZ22.9825.767.37-
YUV119.37181.464.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.93%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=7.93%
G=37.34%
B=54.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal311462140.860.3200.16202.374.6948.04
Hex1F92D65620010ca4b30
Octal372223261264002031211360
Binary1111110010010110101101010110100000010000110010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f92d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f92d6; }

 p { color: rgb(31,146,214); }

 H1.HeaderClassName
 {
   color: #1f92d6;
 }
 .AnyTagClassName
 {
   color: #1f92d6;
 }
</style>
background-color css

<style>
 a { background-color: #1f92d6; }

 a { background-color: rgb(31,146,214); }

 div.DivClassName
 {
   background-color: #1f92d6;
 }
 .BgClassName
 {
   background-color: #1f92d6;
 }
</style>
border-color css

<style>
 span { border-color: #1f92d6; }

 span { border-color: rgb(31,146,214); }

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