Shades of Pelorous #228FCF
Tints of Pelorous #228FCF
RGB
CMYK
RGB Variations
Color information
#228FCF (or 0x228FCF) is known color: Pelorous. HEX triplet: 22, 8F and CF. RGB value is (34,143,207). Sum of RGB (Red+Green+Blue) = 34+143+207=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #228FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FCF is #DD7030. Grayscale: #757575. Windows color (decimal): -14512177 or 13602594. OLE color: 13602594.
HSL color Cylindrical-coordinate representation of color #228FCF: hue angle of 202.2º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228FCF is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 143 | 207 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.19 |
| HSL | 202.2º | 0.72% | 0.47% | - |
| HSV(B) | 202.2º | 0.84% | 0.81% | - |
| XYZ | 21.74 | 24.49 | 62.61 | - |
| YUV | 117.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 207 | 0.84 | 0.31 | 0 | 0.19 | 202.2 | 0.72 | 0.47 |
| Hex | 22 | 8F | CF | 54 | 1F | 0 | 13 | CA | 48 | 2F |
| Octal | 42 | 217 | 317 | 124 | 37 | 0 | 23 | 312 | 110 | 57 |
| Binary | 100010 | 10001111 | 11001111 | 1010100 | 11111 | 0 | 10011 | 11001010 | 1001000 | 101111 |
Color Harmonies of #228FCF
Complementary color
Monochromatic Colors of #228FCF
Black with #228FCF
Text Example
Text Example
White with #228FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FCF; }
p { color: rgb(34,143,207); }
H1.HeaderClassName
{
color: #228FCF;
}
.AnyTagClassName
{
color: #228FCF;
}
</style>
background-color css
<style>
a { background-color: #228FCF; }
a { background-color: rgb(34,143,207); }
div.DivClassName
{
background-color: #228FCF;
}
.BgClassName
{
background-color: #228FCF;
}
</style>
border-color css
<style>
span { border-color: #228FCF; }
span { border-color: rgb(34,143,207); }
td.TdClassName
{
border-color: #228FCF;
}
.TagClassName
{
border-color: #228FCF;
}
</style>