Html Css Color HEX #248AB4 Pelorous

📋 copy color: '#248AB4'

red 36 ◦ green 138 ◦ blue 180

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

Shades of Pelorous #248AB4

Tints of Pelorous #248AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.85%

R = 10.17%
G = 38.98%
B = 50.85%

CMYK

 C value IS 0.8

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#248AB4 (or 0x248AB4) is known color: Pelorous. HEX triplet: 24, 8A and B4. RGB value is (36,138,180). Sum of RGB (Red+Green+Blue) = 36+138+180=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #248AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248AB4 is #DB754B. Grayscale: #707070. Windows color (decimal): -14382412 or 11831844. OLE color: 11831844.

HSL color Cylindrical-coordinate representation of color #248AB4: hue angle of 197.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #248AB4 is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 138 180 -
CMYK 0.8 0.23 0 0.29
HSL 197.5º 0.67% 0.42% -
HSV(B) 197.5º 0.8% 0.71% -
XYZ 18.05 21.85 46.45 -
YUV 112.29 166.21 73.58 -
System Red Green Blue C M Y K H S L
Decimal 36 138 180 0.8 0.23 0 0.29 197.5 0.67 0.42
Hex 24 8A B4 50 17 0 1D C6 43 2A
Octal 44 212 264 120 27 0 35 306 103 52
Binary 100100 10001010 10110100 1010000 10111 0 11101 11000110 1000011 101010

Color Harmonies of #248AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AB4

Black with #248AB4

Text Example


Text Example

White with #248AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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