#2A8FBC

Color #2A8FBC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2A8FBC

Tints of Pelorous #2A8FBC

Color information

#2A8FBC (or 0x2A8FBC) is unknown color: approx Pelorous. HEX triplet: 2A, 8F and BC. RGB value is (42,143,188). Sum of RGB (Red+Green+Blue) = 42+143+188=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8FBC is #D57043. Grayscale: #757575. Windows color (decimal): -13987908 or 12357418. OLE color: 12357418.

HSL color Cylindrical-coordinate representation of color #2A8FBC: hue angle of 198.49º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A8FBC is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42143188-
CMYK0.780.2400.26
HSL198.49º63.48%45.1%-
HSV(B)198.49º77.66%73.73%-
XYZ19.8523.7751.12-
YUV117.93167.5473.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.26%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=11.26%
G=38.34%
B=50.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421431880.780.2400.26198.4963.4845.1
Hex2A8FBC4E1801Ac63f2d
Octal52217274116300323067755
Binary101010100011111011110010011101100001101011000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A8FBC; }

 p { color: rgb(42,143,188); }

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

<style>
 a { background-color: #2A8FBC; }

 a { background-color: rgb(42,143,188); }

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

<style>
 span { border-color: #2A8FBC; }

 span { border-color: rgb(42,143,188); }

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