Html Css Color HEX #248EBD Pelorous

📋 copy color: '#248EBD'

red 36 ◦ green 142 ◦ blue 189

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

Shades of Pelorous #248EBD

Tints of Pelorous #248EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 9.81%
G = 38.69%
B = 51.5%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#248EBD (or 0x248EBD) is known color: Pelorous. HEX triplet: 24, 8E and BD. RGB value is (36,142,189). Sum of RGB (Red+Green+Blue) = 36+142+189=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #248EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EBD is #DB7142. Grayscale: #737373. Windows color (decimal): -14381379 or 12422692. OLE color: 12422692.

HSL color Cylindrical-coordinate representation of color #248EBD: hue angle of 198.43º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #248EBD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 142 189 -
CMYK 0.81 0.25 0 0.26
HSL 198.43º 0.68% 0.44% -
HSV(B) 198.43º 0.81% 0.74% -
XYZ 19.59 23.4 51.63 -
YUV 115.66 169.38 71.18 -
System Red Green Blue C M Y K H S L
Decimal 36 142 189 0.81 0.25 0 0.26 198.43 0.68 0.44
Hex 24 8E BD 51 19 0 1A C6 44 2C
Octal 44 216 275 121 31 0 32 306 104 54
Binary 100100 10001110 10111101 1010001 11001 0 11010 11000110 1000100 101100

Color Harmonies of #248EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EBD

Black with #248EBD

Text Example


Text Example

White with #248EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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