Html Css Color HEX #248ABA Pelorous

📋 copy color: '#248ABA'

red 36 ◦ green 138 ◦ blue 186

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

Shades of Pelorous #248ABA

Tints of Pelorous #248ABA

RGB

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

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

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

R = 10%
G = 38.33%
B = 51.67%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#248ABA (or 0x248ABA) is known color: Pelorous. HEX triplet: 24, 8A and BA. RGB value is (36,138,186). Sum of RGB (Red+Green+Blue) = 36+138+186=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #248ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ABA is #DB7545. Grayscale: #707070. Windows color (decimal): -14382406 or 12225060. OLE color: 12225060.

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

Color convert

RGB 36 138 186 -
CMYK 0.81 0.26 0 0.27
HSL 199.2º 0.68% 0.44% -
HSV(B) 199.2º 0.81% 0.73% -
XYZ 18.68 22.1 49.74 -
YUV 112.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 36 138 186 0.81 0.26 0 0.27 199.2 0.68 0.44
Hex 24 8A BA 51 1A 0 1B C7 44 2C
Octal 44 212 272 121 32 0 33 307 104 54
Binary 100100 10001010 10111010 1010001 11010 0 11011 11000111 1000100 101100

Color Harmonies of #248ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248ABA

Black with #248ABA

Text Example


Text Example

White with #248ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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