Shades of Curious Blue #2D85DB
Tints of Curious Blue #2D85DB
RGB
CMYK
RGB Variations
Color information
#2D85DB (or 0x2D85DB) is known color: Curious Blue. HEX triplet: 2D, 85 and DB. RGB value is (45,133,219). Sum of RGB (Red+Green+Blue) = 45+133+219=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D85DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D85DB is #D27A24. Grayscale: #747474. Windows color (decimal): -13793829 or 14386477. OLE color: 14386477.
HSL color Cylindrical-coordinate representation of color #2D85DB: hue angle of 209.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D85DB is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 45 | 133 | 219 | - |
CMYK | 0.79 | 0.39 | 0 | 0.14 |
HSL | 209.66º | 0.71% | 0.52% | - |
HSV(B) | 209.66º | 0.79% | 0.86% | - |
XYZ | 22.26 | 22.45 | 70.18 | - |
YUV | 116.49 | 185.85 | 77.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 133 | 219 | 0.79 | 0.39 | 0 | 0.14 | 209.66 | 0.71 | 0.52 |
Hex | 2D | 85 | DB | 4F | 27 | 0 | E | D2 | 47 | 34 |
Octal | 55 | 205 | 333 | 117 | 47 | 0 | 16 | 322 | 107 | 64 |
Binary | 101101 | 10000101 | 11011011 | 1001111 | 100111 | 0 | 1110 | 11010010 | 1000111 | 110100 |
Color Harmonies of #2D85DB
Complementary color
Monochromatic Colors of #2D85DB
Black with #2D85DB
Text Example
Text Example
White with #2D85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D85DB; }
p { color: rgb(45,133,219); }
H1.HeaderClassName
{
color: #2D85DB;
}
.AnyTagClassName
{
color: #2D85DB;
}
</style>
background-color css
<style>
a { background-color: #2D85DB; }
a { background-color: rgb(45,133,219); }
div.DivClassName
{
background-color: #2D85DB;
}
.BgClassName
{
background-color: #2D85DB;
}
</style>
border-color css
<style>
span { border-color: #2D85DB; }
span { border-color: rgb(45,133,219); }
td.TdClassName
{
border-color: #2D85DB;
}
.TagClassName
{
border-color: #2D85DB;
}
</style>