#248EB7

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

Shades of Pelorous #248EB7

Tints of Pelorous #248EB7

Color information

#248EB7 (or 0x248EB7) is unknown color: approx Pelorous. HEX triplet: 24, 8E and B7. RGB value is (36,142,183). Sum of RGB (Red+Green+Blue) = 36+142+183=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #248EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EB7 is #DB7148. Grayscale: #727272. Windows color (decimal): -14381385 or 12029476. OLE color: 12029476.

HSL color Cylindrical-coordinate representation of color #248EB7: hue angle of 196.73º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #248EB7 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB36142183-
CMYK0.800.2200.28
HSL196.73º67.12%42.94%-
HSV(B)196.73º80.33%71.76%-
XYZ18.9523.1448.27-
YUV114.98166.3871.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.97%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=9.97%
G=39.34%
B=50.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal361421830.800.2200.28196.7367.1242.94
Hex248EB7501601Cc5432b
Octal442162671202603430510353
Binary1001001000111010110111101000010110011100110001011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248EB7; }

 p { color: rgb(36,142,183); }

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

<style>
 a { background-color: #248EB7; }

 a { background-color: rgb(36,142,183); }

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

<style>
 span { border-color: #248EB7; }

 span { border-color: rgb(36,142,183); }

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