Html Css Color HEX #248BBA Pelorous

📋 copy color: '#248BBA'

red 36 ◦ green 139 ◦ blue 186

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

Shades of Pelorous #248BBA

Tints of Pelorous #248BBA

RGB

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

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

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

R = 9.97%
G = 38.5%
B = 51.52%

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

#248BBA (or 0x248BBA) is known color: Pelorous. HEX triplet: 24, 8B and BA. RGB value is (36,139,186). Sum of RGB (Red+Green+Blue) = 36+139+186=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #248BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BBA is #DB7445. Grayscale: #717171. Windows color (decimal): -14382150 or 12225316. OLE color: 12225316.

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

Color convert

RGB 36 139 186 -
CMYK 0.81 0.25 0 0.27
HSL 198.8º 0.68% 0.44% -
HSV(B) 198.8º 0.81% 0.73% -
XYZ 18.82 22.39 49.78 -
YUV 113.56 168.88 72.68 -
System Red Green Blue C M Y K H S L
Decimal 36 139 186 0.81 0.25 0 0.27 198.8 0.68 0.44
Hex 24 8B BA 51 19 0 1B C7 44 2C
Octal 44 213 272 121 31 0 33 307 104 54
Binary 100100 10001011 10111010 1010001 11001 0 11011 11000111 1000100 101100

Color Harmonies of #248BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BBA

Black with #248BBA

Text Example


Text Example

White with #248BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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