Html Css Color HEX #248AB2 Pelorous

📋 copy color: '#248AB2'

red 36 ◦ green 138 ◦ blue 178

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

Shades of Pelorous #248AB2

Tints of Pelorous #248AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 10.23%
G = 39.2%
B = 50.57%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#248AB2 (or 0x248AB2) is known color: Pelorous. HEX triplet: 24, 8A and B2. RGB value is (36,138,178). Sum of RGB (Red+Green+Blue) = 36+138+178=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #248AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248AB2 is #DB754D. Grayscale: #6F6F6F. Windows color (decimal): -14382414 or 11700772. OLE color: 11700772.

HSL color Cylindrical-coordinate representation of color #248AB2: hue angle of 196.9º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #248AB2 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 138 178 -
CMYK 0.80 0.22 0 0.30
HSL 196.9º 0.66% 0.42% -
HSV(B) 196.9º 0.8% 0.7% -
XYZ 17.85 21.77 45.38 -
YUV 112.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 36 138 178 0.80 0.22 0 0.30 196.9 0.66 0.42
Hex 24 8A B2 50 16 0 1E C5 42 2A
Octal 44 212 262 120 26 0 36 305 102 52
Binary 100100 10001010 10110010 1010000 10110 0 11110 11000101 1000010 101010

Color Harmonies of #248AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AB2

Black with #248AB2

Text Example


Text Example

White with #248AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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