Html Css Color HEX #248AC1 Pelorous

📋 copy color: '#248AC1'

red 36 ◦ green 138 ◦ blue 193

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

Shades of Pelorous #248AC1

Tints of Pelorous #248AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

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

R = 9.81%
G = 37.6%
B = 52.59%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#248AC1 (or 0x248AC1) is known color: Pelorous. HEX triplet: 24, 8A and C1. RGB value is (36,138,193). Sum of RGB (Red+Green+Blue) = 36+138+193=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #248AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248AC1 is #DB753E. Grayscale: #717171. Windows color (decimal): -14382399 or 12683812. OLE color: 12683812.

HSL color Cylindrical-coordinate representation of color #248AC1: hue angle of 201.02º 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 #248AC1 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 138 193 -
CMYK 0.81 0.28 0 0.24
HSL 201.02º 0.69% 0.45% -
HSV(B) 201.02º 0.81% 0.76% -
XYZ 19.44 22.4 53.75 -
YUV 113.77 172.71 72.53 -
System Red Green Blue C M Y K H S L
Decimal 36 138 193 0.81 0.28 0 0.24 201.02 0.69 0.45
Hex 24 8A C1 51 1C 0 18 C9 45 2D
Octal 44 212 301 121 34 0 30 311 105 55
Binary 100100 10001010 11000001 1010001 11100 0 11000 11001001 1000101 101101

Color Harmonies of #248AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AC1

Black with #248AC1

Text Example


Text Example

White with #248AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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