Html Css Color HEX #248FBA Pelorous

📋 copy color: '#248FBA'

red 36 ◦ green 143 ◦ blue 186

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

Shades of Pelorous #248FBA

Tints of Pelorous #248FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 9.86%
G = 39.18%
B = 50.96%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#248FBA (or 0x248FBA) is known color: Pelorous. HEX triplet: 24, 8F and BA. RGB value is (36,143,186). Sum of RGB (Red+Green+Blue) = 36+143+186=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #248FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FBA is #DB7045. Grayscale: #737373. Windows color (decimal): -14381126 or 12226340. OLE color: 12226340.

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

Color convert

RGB 36 143 186 -
CMYK 0.81 0.23 0 0.27
HSL 197.2º 0.68% 0.44% -
HSV(B) 197.2º 0.81% 0.73% -
XYZ 19.41 23.57 49.98 -
YUV 115.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 36 143 186 0.81 0.23 0 0.27 197.2 0.68 0.44
Hex 24 8F BA 51 17 0 1B C5 44 2C
Octal 44 217 272 121 27 0 33 305 104 54
Binary 100100 10001111 10111010 1010001 10111 0 11011 11000101 1000100 101100

Color Harmonies of #248FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248FBA

Black with #248FBA

Text Example


Text Example

White with #248FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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