Html Css Color HEX #248EBA Pelorous

📋 copy color: '#248EBA'

red 36 ◦ green 142 ◦ blue 186

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

Shades of Pelorous #248EBA

Tints of Pelorous #248EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 9.89%
G = 39.01%
B = 51.1%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#248EBA (or 0x248EBA) is known color: Pelorous. HEX triplet: 24, 8E and BA. RGB value is (36,142,186). Sum of RGB (Red+Green+Blue) = 36+142+186=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #248EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EBA is #DB7145. Grayscale: #737373. Windows color (decimal): -14381382 or 12226084. OLE color: 12226084.

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

Color convert

RGB 36 142 186 -
CMYK 0.81 0.24 0 0.27
HSL 197.6º 0.68% 0.44% -
HSV(B) 197.6º 0.81% 0.73% -
XYZ 19.26 23.27 49.93 -
YUV 115.32 167.88 71.42 -
System Red Green Blue C M Y K H S L
Decimal 36 142 186 0.81 0.24 0 0.27 197.6 0.68 0.44
Hex 24 8E BA 51 18 0 1B C6 44 2C
Octal 44 216 272 121 30 0 33 306 104 54
Binary 100100 10001110 10111010 1010001 11000 0 11011 11000110 1000100 101100

Color Harmonies of #248EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248EBA

Black with #248EBA

Text Example


Text Example

White with #248EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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