Html Css Color HEX #248DB6 Pelorous

📋 copy color: '#248DB6'

red 36 ◦ green 141 ◦ blue 182

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

Shades of Pelorous #248DB6

Tints of Pelorous #248DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 10.03%
G = 39.28%
B = 50.7%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#248DB6 (or 0x248DB6) is known color: Pelorous. HEX triplet: 24, 8D and B6. RGB value is (36,141,182). Sum of RGB (Red+Green+Blue) = 36+141+182=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #248DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DB6 is #DB7249. Grayscale: #727272. Windows color (decimal): -14381642 or 11963684. OLE color: 11963684.

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

Color convert

RGB 36 141 182 -
CMYK 0.80 0.23 0 0.29
HSL 196.85º 0.67% 0.43% -
HSV(B) 196.85º 0.8% 0.71% -
XYZ 18.7 22.8 47.67 -
YUV 114.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 36 141 182 0.80 0.23 0 0.29 196.85 0.67 0.43
Hex 24 8D B6 50 17 0 1D C5 43 2B
Octal 44 215 266 120 27 0 35 305 103 53
Binary 100100 10001101 10110110 1010000 10111 0 11101 11000101 1000011 101011

Color Harmonies of #248DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DB6

Black with #248DB6

Text Example


Text Example

White with #248DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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