Html Css Color HEX #248BBB Pelorous

📋 copy color: '#248BBB'

red 36 ◦ green 139 ◦ blue 187

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

Shades of Pelorous #248BBB

Tints of Pelorous #248BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 9.94%
G = 38.4%
B = 51.66%

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

#248BBB (or 0x248BBB) is known color: Pelorous. HEX triplet: 24, 8B and BB. RGB value is (36,139,187). Sum of RGB (Red+Green+Blue) = 36+139+187=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #248BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BBB is #DB7444. Grayscale: #717171. Windows color (decimal): -14382149 or 12290852. OLE color: 12290852.

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

Color convert

RGB 36 139 187 -
CMYK 0.81 0.26 0 0.27
HSL 199.07º 0.68% 0.44% -
HSV(B) 199.07º 0.81% 0.73% -
XYZ 18.93 22.43 50.35 -
YUV 113.68 169.38 72.6 -
System Red Green Blue C M Y K H S L
Decimal 36 139 187 0.81 0.26 0 0.27 199.07 0.68 0.44
Hex 24 8B BB 51 1A 0 1B C7 44 2C
Octal 44 213 273 121 32 0 33 307 104 54
Binary 100100 10001011 10111011 1010001 11010 0 11011 11000111 1000100 101100

Color Harmonies of #248BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BBB

Black with #248BBB

Text Example


Text Example

White with #248BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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