Shades of Curious Blue #307FCF
Tints of Curious Blue #307FCF
RGB
CMYK
RGB Variations
Color information
#307FCF (or 0x307FCF) is known color: Curious Blue. HEX triplet: 30, 7F and CF. RGB value is (48,127,207). Sum of RGB (Red+Green+Blue) = 48+127+207=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #307FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FCF is #CF8030. Grayscale: #707070. Windows color (decimal): -13598769 or 13598512. OLE color: 13598512.
HSL color Cylindrical-coordinate representation of color #307FCF: hue angle of 210.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307FCF is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 127 | 207 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.19 |
| HSL | 210.19º | 0.62% | 0.5% | - |
| HSV(B) | 210.19º | 0.77% | 0.81% | - |
| XYZ | 20.07 | 20.31 | 61.89 | - |
| YUV | 112.5 | 181.33 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 207 | 0.77 | 0.39 | 0 | 0.19 | 210.19 | 0.62 | 0.5 |
| Hex | 30 | 7F | CF | 4D | 27 | 0 | 13 | D2 | 3E | 32 |
| Octal | 60 | 177 | 317 | 115 | 47 | 0 | 23 | 322 | 76 | 62 |
| Binary | 110000 | 1111111 | 11001111 | 1001101 | 100111 | 0 | 10011 | 11010010 | 111110 | 110010 |
Color Harmonies of #307FCF
Complementary color
Monochromatic Colors of #307FCF
Black with #307FCF
Text Example
Text Example
White with #307FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FCF; }
p { color: rgb(48,127,207); }
H1.HeaderClassName
{
color: #307FCF;
}
.AnyTagClassName
{
color: #307FCF;
}
</style>
background-color css
<style>
a { background-color: #307FCF; }
a { background-color: rgb(48,127,207); }
div.DivClassName
{
background-color: #307FCF;
}
.BgClassName
{
background-color: #307FCF;
}
</style>
border-color css
<style>
span { border-color: #307FCF; }
span { border-color: rgb(48,127,207); }
td.TdClassName
{
border-color: #307FCF;
}
.TagClassName
{
border-color: #307FCF;
}
</style>