#2B8FD4

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

Shades of Curious Blue #2B8FD4

Tints of Curious Blue #2B8FD4

Color information

#2B8FD4 (or 0x2B8FD4) is unknown color: approx Curious Blue. HEX triplet: 2B, 8F and D4. RGB value is (43,143,212). Sum of RGB (Red+Green+Blue) = 43+143+212=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B8FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8FD4 is #D4702B. Grayscale: #787878. Windows color (decimal): -13922348 or 13930283. OLE color: 13930283.

HSL color Cylindrical-coordinate representation of color #2B8FD4: hue angle of 204.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B8FD4 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43143212-
CMYK0.800.3300.17
HSL204.5º66.27%50%-
HSV(B)204.5º79.72%83.14%-
XYZ22.724.9165.9-
YUV120.97179.3772.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.80%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 212 (83.20% from 255) = 53.27%
R=10.80%
G=35.93%
B=53.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431432120.800.3300.17204.566.2750
Hex2B8FD45021011cc4232
Octal532173241204102131410262
Binary10101110001111110101001010000100001010001110011001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,143,212); }

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

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

 a { background-color: rgb(43,143,212); }

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

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

 span { border-color: rgb(43,143,212); }

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