Shades of Pelorous #238FCF
Tints of Pelorous #238FCF
RGB
CMYK
RGB Variations
Color information
#238FCF (or 0x238FCF) is known color: Pelorous. HEX triplet: 23, 8F and CF. RGB value is (35,143,207). Sum of RGB (Red+Green+Blue) = 35+143+207=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #238FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FCF is #DC7030. Grayscale: #757575. Windows color (decimal): -14446641 or 13602595. OLE color: 13602595.
HSL color Cylindrical-coordinate representation of color #238FCF: hue angle of 202.33º 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 #238FCF is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 143 | 207 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.19 |
| HSL | 202.33º | 0.71% | 0.47% | - |
| HSV(B) | 202.33º | 0.83% | 0.81% | - |
| XYZ | 21.78 | 24.51 | 62.61 | - |
| YUV | 118 | 178.22 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 207 | 0.83 | 0.31 | 0 | 0.19 | 202.33 | 0.71 | 0.47 |
| Hex | 23 | 8F | CF | 53 | 1F | 0 | 13 | CA | 47 | 2F |
| Octal | 43 | 217 | 317 | 123 | 37 | 0 | 23 | 312 | 107 | 57 |
| Binary | 100011 | 10001111 | 11001111 | 1010011 | 11111 | 0 | 10011 | 11001010 | 1000111 | 101111 |
Color Harmonies of #238FCF
Complementary color
Monochromatic Colors of #238FCF
Black with #238FCF
Text Example
Text Example
White with #238FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FCF; }
p { color: rgb(35,143,207); }
H1.HeaderClassName
{
color: #238FCF;
}
.AnyTagClassName
{
color: #238FCF;
}
</style>
background-color css
<style>
a { background-color: #238FCF; }
a { background-color: rgb(35,143,207); }
div.DivClassName
{
background-color: #238FCF;
}
.BgClassName
{
background-color: #238FCF;
}
</style>
border-color css
<style>
span { border-color: #238FCF; }
span { border-color: rgb(35,143,207); }
td.TdClassName
{
border-color: #238FCF;
}
.TagClassName
{
border-color: #238FCF;
}
</style>