Html Css Color HEX #248FAC Pelorous

📋 copy color: '#248FAC'

red 36 ◦ green 143 ◦ blue 172

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

Shades of Pelorous #248FAC

Tints of Pelorous #248FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.74%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 10.26%
G = 40.74%
B = 49%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#248FAC (or 0x248FAC) is known color: Pelorous. HEX triplet: 24, 8F and AC. RGB value is (36,143,172). Sum of RGB (Red+Green+Blue) = 36+143+172=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #248FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FAC is #DB7053. Grayscale: #727272. Windows color (decimal): -14381140 or 11308836. OLE color: 11308836.

HSL color Cylindrical-coordinate representation of color #248FAC: hue angle of 192.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248FAC is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 143 172 -
CMYK 0.79 0.17 0 0.33
HSL 192.79º 0.65% 0.41% -
HSV(B) 192.79º 0.79% 0.67% -
XYZ 18 23 42.52 -
YUV 114.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 36 143 172 0.79 0.17 0 0.33 192.79 0.65 0.41
Hex 24 8F AC 4F 11 0 21 C1 41 29
Octal 44 217 254 117 21 0 41 301 101 51
Binary 100100 10001111 10101100 1001111 10001 0 100001 11000001 1000001 101001

Color Harmonies of #248FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FAC

Black with #248FAC

Text Example


Text Example

White with #248FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,143,172); }

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

background-color css

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

 a { background-color: rgb(36,143,172); }

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

border-color css

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

 span { border-color: rgb(36,143,172); }

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