Shades of Cornflower Blue #5381F1
Tints of Cornflower Blue #5381F1
RGB
CMYK
RGB Variations
Color information
#5381F1 (or 0x5381F1) is known color: Cornflower Blue. HEX triplet: 53, 81 and F1. RGB value is (83,129,241). Sum of RGB (Red+Green+Blue) = 83+129+241=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #5381F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5381F1 is #AC7E0E. Grayscale: #7F7F7F. Windows color (decimal): -11304463 or 15827283. OLE color: 15827283.
HSL color Cylindrical-coordinate representation of color #5381F1: hue angle of 222.53º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5381F1 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 129 | 241 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.05 |
| HSL | 222.53º | 0.85% | 0.64% | - |
| HSV(B) | 222.53º | 0.66% | 0.95% | - |
| XYZ | 27.29 | 23.89 | 86.39 | - |
| YUV | 128.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 241 | 0.66 | 0.46 | 0 | 0.05 | 222.53 | 0.85 | 0.64 |
| Hex | 53 | 81 | F1 | 42 | 2E | 0 | 5 | DF | 55 | 40 |
| Octal | 123 | 201 | 361 | 102 | 56 | 0 | 5 | 337 | 125 | 100 |
| Binary | 1010011 | 10000001 | 11110001 | 1000010 | 101110 | 0 | 101 | 11011111 | 1010101 | 1000000 |
Color Harmonies of #5381F1
Complementary color
Monochromatic Colors of #5381F1
Black with #5381F1
Text Example
Text Example
White with #5381F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5381F1; }
p { color: rgb(83,129,241); }
H1.HeaderClassName
{
color: #5381F1;
}
.AnyTagClassName
{
color: #5381F1;
}
</style>
background-color css
<style>
a { background-color: #5381F1; }
a { background-color: rgb(83,129,241); }
div.DivClassName
{
background-color: #5381F1;
}
.BgClassName
{
background-color: #5381F1;
}
</style>
border-color css
<style>
span { border-color: #5381F1; }
span { border-color: rgb(83,129,241); }
td.TdClassName
{
border-color: #5381F1;
}
.TagClassName
{
border-color: #5381F1;
}
</style>