Html Css Color HEX #248BB9 Pelorous

📋 copy color: '#248BB9'

red 36 ◦ green 139 ◦ blue 185

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

Shades of Pelorous #248BB9

Tints of Pelorous #248BB9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 10%
G = 38.61%
B = 51.39%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#248BB9 (or 0x248BB9) is known color: Pelorous. HEX triplet: 24, 8B and B9. RGB value is (36,139,185). Sum of RGB (Red+Green+Blue) = 36+139+185=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #248BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BB9 is #DB7446. Grayscale: #717171. Windows color (decimal): -14382151 or 12159780. OLE color: 12159780.

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

Color convert

RGB 36 139 185 -
CMYK 0.81 0.25 0 0.27
HSL 198.52º 0.67% 0.43% -
HSV(B) 198.52º 0.81% 0.73% -
XYZ 18.72 22.34 49.23 -
YUV 113.45 168.38 72.76 -
System Red Green Blue C M Y K H S L
Decimal 36 139 185 0.81 0.25 0 0.27 198.52 0.67 0.43
Hex 24 8B B9 51 19 0 1B C7 43 2B
Octal 44 213 271 121 31 0 33 307 103 53
Binary 100100 10001011 10111001 1010001 11001 0 11011 11000111 1000011 101011

Color Harmonies of #248BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BB9

Black with #248BB9

Text Example


Text Example

White with #248BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,185); }

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

background-color css

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

 a { background-color: rgb(36,139,185); }

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

border-color css

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

 span { border-color: rgb(36,139,185); }

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