#238FC8

Color #238FC8 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #238FC8

Tints of Pelorous #238FC8

Color information

#238FC8 (or 0x238FC8) is unknown color: approx Pelorous. HEX triplet: 23, 8F and C8. RGB value is (35,143,200). Sum of RGB (Red+Green+Blue) = 35+143+200=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #238FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FC8 is #DC7037. Grayscale: #747474. Windows color (decimal): -14446648 or 13143843. OLE color: 13143843.

HSL color Cylindrical-coordinate representation of color #238FC8: hue angle of 200.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238FC8 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35143200-
CMYK0.820.2800.22
HSL200.73º70.21%46.08%-
HSV(B)200.73º82.5%78.43%-
XYZ20.9424.1758.21-
YUV117.21174.7269.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 9.26%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 200 (78.52% from 255) = 52.91%
R=9.26%
G=37.83%
B=52.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351432000.820.2800.22200.7370.2146.08
Hex238FC8521C016c9462e
Octal432173101223402631110656
Binary1000111000111111001000101001011100010110110010011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238FC8; }

 p { color: rgb(35,143,200); }

 H1.HeaderClassName
 {
   color: #238FC8;
 }
 .AnyTagClassName
 {
   color: #238FC8;
 }
</style>
background-color css

<style>
 a { background-color: #238FC8; }

 a { background-color: rgb(35,143,200); }

 div.DivClassName
 {
   background-color: #238FC8;
 }
 .BgClassName
 {
   background-color: #238FC8;
 }
</style>
border-color css

<style>
 span { border-color: #238FC8; }

 span { border-color: rgb(35,143,200); }

 td.TdClassName
 {
   border-color: #238FC8;
 }
 .TagClassName
 {
   border-color: #238FC8;
 }
</style>