Shades of Cornflower Blue #45A2FF
Tints of Cornflower Blue #45A2FF
RGB
CMYK
RGB Variations
Color information
#45A2FF (or 0x45A2FF) is known color: Cornflower Blue. HEX triplet: 45, A2 and FF. RGB value is (69,162,255). Sum of RGB (Red+Green+Blue) = 69+162+255=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #45A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A2FF is #BA5D00. Grayscale: #909090. Windows color (decimal): -12213505 or 16753221. OLE color: 16753221.
HSL color Cylindrical-coordinate representation of color #45A2FF: hue angle of 210º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45A2FF is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 162 | 255 | - |
| CMYK | 0.73 | 0.36 | 0 | 0 |
| HSL | 210º | 1% | 0.64% | - |
| HSV(B) | 210º | 0.73% | 1% | - |
| XYZ | 33.42 | 34.33 | 99.47 | - |
| YUV | 144.8 | 190.19 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 255 | 0.73 | 0.36 | 0 | 0 | 210 | 1 | 0.64 |
| Hex | 45 | A2 | FF | 49 | 24 | 0 | 0 | D2 | 64 | 40 |
| Octal | 105 | 242 | 377 | 111 | 44 | 0 | 0 | 322 | 144 | 100 |
| Binary | 1000101 | 10100010 | 11111111 | 1001001 | 100100 | 0 | 0 | 11010010 | 1100100 | 1000000 |
Color Harmonies of #45A2FF
Complementary color
Monochromatic Colors of #45A2FF
Black with #45A2FF
Text Example
Text Example
White with #45A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A2FF; }
p { color: rgb(69,162,255); }
H1.HeaderClassName
{
color: #45A2FF;
}
.AnyTagClassName
{
color: #45A2FF;
}
</style>
background-color css
<style>
a { background-color: #45A2FF; }
a { background-color: rgb(69,162,255); }
div.DivClassName
{
background-color: #45A2FF;
}
.BgClassName
{
background-color: #45A2FF;
}
</style>
border-color css
<style>
span { border-color: #45A2FF; }
span { border-color: rgb(69,162,255); }
td.TdClassName
{
border-color: #45A2FF;
}
.TagClassName
{
border-color: #45A2FF;
}
</style>