Html Css Color HEX #248DAD Pelorous

📋 copy color: '#248DAD'

red 36 ◦ green 141 ◦ blue 173

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

Shades of Pelorous #248DAD

Tints of Pelorous #248DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 10.29%
G = 40.29%
B = 49.43%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#248DAD (or 0x248DAD) is known color: Pelorous. HEX triplet: 24, 8D and AD. RGB value is (36,141,173). Sum of RGB (Red+Green+Blue) = 36+141+173=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #248DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248DAD is #DB7252. Grayscale: #717171. Windows color (decimal): -14381651 or 11373860. OLE color: 11373860.

HSL color Cylindrical-coordinate representation of color #248DAD: hue angle of 194.01º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248DAD is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 141 173 -
CMYK 0.79 0.18 0 0.32
HSL 194.01º 0.66% 0.41% -
HSV(B) 194.01º 0.79% 0.68% -
XYZ 17.8 22.44 42.93 -
YUV 113.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 36 141 173 0.79 0.18 0 0.32 194.01 0.66 0.41
Hex 24 8D AD 4F 12 0 20 C2 42 29
Octal 44 215 255 117 22 0 40 302 102 51
Binary 100100 10001101 10101101 1001111 10010 0 100000 11000010 1000010 101001

Color Harmonies of #248DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DAD

Black with #248DAD

Text Example


Text Example

White with #248DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,141,173); }

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

background-color css

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

 a { background-color: rgb(36,141,173); }

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

border-color css

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

 span { border-color: rgb(36,141,173); }

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