Shades of Curious Blue #2380CF
Tints of Curious Blue #2380CF
RGB
CMYK
RGB Variations
Color information
#2380CF (or 0x2380CF) is known color: Curious Blue. HEX triplet: 23, 80 and CF. RGB value is (35,128,207). Sum of RGB (Red+Green+Blue) = 35+128+207=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #2380CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380CF is #DC7F30. Grayscale: #6C6C6C. Windows color (decimal): -14450481 or 13598755. OLE color: 13598755.
HSL color Cylindrical-coordinate representation of color #2380CF: hue angle of 207.56º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2380CF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 128 | 207 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.19 |
| HSL | 207.56º | 0.71% | 0.47% | - |
| HSV(B) | 207.56º | 0.83% | 0.81% | - |
| XYZ | 19.67 | 20.3 | 61.91 | - |
| YUV | 109.2 | 183.19 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 207 | 0.83 | 0.38 | 0 | 0.19 | 207.56 | 0.71 | 0.47 |
| Hex | 23 | 80 | CF | 53 | 26 | 0 | 13 | D0 | 47 | 2F |
| Octal | 43 | 200 | 317 | 123 | 46 | 0 | 23 | 320 | 107 | 57 |
| Binary | 100011 | 10000000 | 11001111 | 1010011 | 100110 | 0 | 10011 | 11010000 | 1000111 | 101111 |
Color Harmonies of #2380CF
Complementary color
Monochromatic Colors of #2380CF
Black with #2380CF
Text Example
Text Example
White with #2380CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380CF; }
p { color: rgb(35,128,207); }
H1.HeaderClassName
{
color: #2380CF;
}
.AnyTagClassName
{
color: #2380CF;
}
</style>
background-color css
<style>
a { background-color: #2380CF; }
a { background-color: rgb(35,128,207); }
div.DivClassName
{
background-color: #2380CF;
}
.BgClassName
{
background-color: #2380CF;
}
</style>
border-color css
<style>
span { border-color: #2380CF; }
span { border-color: rgb(35,128,207); }
td.TdClassName
{
border-color: #2380CF;
}
.TagClassName
{
border-color: #2380CF;
}
</style>