Html Css Color HEX #248AB9 Pelorous

📋 copy color: '#248AB9'

red 36 ◦ green 138 ◦ blue 185

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

Shades of Pelorous #248AB9

Tints of Pelorous #248AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

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

R = 10.03%
G = 38.44%
B = 51.53%

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

#248AB9 (or 0x248AB9) is known color: Pelorous. HEX triplet: 24, 8A and B9. RGB value is (36,138,185). Sum of RGB (Red+Green+Blue) = 36+138+185=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #248AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248AB9 is #DB7546. Grayscale: #707070. Windows color (decimal): -14382407 or 12159524. OLE color: 12159524.

HSL color Cylindrical-coordinate representation of color #248AB9: hue angle of 198.93º 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 #248AB9 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 138 185 -
CMYK 0.81 0.25 0 0.27
HSL 198.93º 0.67% 0.43% -
HSV(B) 198.93º 0.81% 0.73% -
XYZ 18.57 22.05 49.18 -
YUV 112.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 36 138 185 0.81 0.25 0 0.27 198.93 0.67 0.43
Hex 24 8A B9 51 19 0 1B C7 43 2B
Octal 44 212 271 121 31 0 33 307 103 53
Binary 100100 10001010 10111001 1010001 11001 0 11011 11000111 1000011 101011

Color Harmonies of #248AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AB9

Black with #248AB9

Text Example


Text Example

White with #248AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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