#2d7eb8

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

Shades of Curious Blue #2D7EB8

Tints of Curious Blue #2D7EB8

Color information

#2D7EB8 (or 0x2D7EB8) is unknown color: approx Curious Blue. HEX triplet: 2D, 7E and B8. RGB value is (45,126,184). Sum of RGB (Red+Green+Blue) = 45+126+184=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #2D7EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7EB8 is #D28147. Grayscale: #6C6C6C. Windows color (decimal): -13795656 or 12090925. OLE color: 12090925.

HSL color Cylindrical-coordinate representation of color #2D7EB8: hue angle of 205.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D7EB8 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB45126184-
CMYK0.760.3200.28
HSL205.04º60.7%44.9%-
HSV(B)205.04º75.54%72.16%-
XYZ17.1918.9448.1-
YUV108.39170.6682.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.68%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 184 (72.27% from 255) = 51.83%
R=12.68%
G=35.49%
B=51.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal451261840.760.3200.28205.0460.744.9
Hex2D7EB84C2001Ccd3d2d
Octal55176270114400343157555
Binary101101111111010111000100110010000001110011001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d7eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,126,184); }

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

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

 a { background-color: rgb(45,126,184); }

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

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

 span { border-color: rgb(45,126,184); }

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