Html Css Color HEX #248EC1 Pelorous

📋 copy color: '#248EC1'

red 36 ◦ green 142 ◦ blue 193

#248EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #248EC1

Tints of Pelorous #248EC1

RGB

 RED value IS 36 (14.45% from 255) = 9.7%

 GREEN value IS 142 (55.86% from 255) = 38.27%

 BLUE value IS 193 (75.78% from 255) = 52.02%

R = 9.7%
G = 38.27%
B = 52.02%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#248EC1 (or 0x248EC1) is known color: Pelorous. HEX triplet: 24, 8E and C1. RGB value is (36,142,193). Sum of RGB (Red+Green+Blue) = 36+142+193=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #248EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EC1 is #DB713E. Grayscale: #737373. Windows color (decimal): -14381375 or 12684836. OLE color: 12684836.

HSL color Cylindrical-coordinate representation of color #248EC1: hue angle of 199.49º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #248EC1 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 142 193 -
CMYK 0.81 0.26 0 0.24
HSL 199.49º 0.69% 0.45% -
HSV(B) 199.49º 0.81% 0.76% -
XYZ 20.03 23.57 53.95 -
YUV 116.12 171.38 70.85 -
System Red Green Blue C M Y K H S L
Decimal 36 142 193 0.81 0.26 0 0.24 199.49 0.69 0.45
Hex 24 8E C1 51 1A 0 18 C7 45 2D
Octal 44 216 301 121 32 0 30 307 105 55
Binary 100100 10001110 11000001 1010001 11010 0 11000 11000111 1000101 101101

Color Harmonies of #248EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EC1

Black with #248EC1

Text Example


Text Example

White with #248EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #248EC1;
 }
 .AnyTagClassName
 {
   color: #248EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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