Html Css Color HEX #288BBB Pelorous

📋 copy color: '#288BBB'

red 40 ◦ green 139 ◦ blue 187

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

Shades of Pelorous #288BBB

Tints of Pelorous #288BBB

RGB

 RED value IS 40 (16.02% from 255) = 10.93%

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

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

R = 10.93%
G = 37.98%
B = 51.09%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#288BBB (or 0x288BBB) is known color: Pelorous. HEX triplet: 28, 8B and BB. RGB value is (40,139,187). Sum of RGB (Red+Green+Blue) = 40+139+187=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #288BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BBB is #D77444. Grayscale: #727272. Windows color (decimal): -14120005 or 12290856. OLE color: 12290856.

HSL color Cylindrical-coordinate representation of color #288BBB: hue angle of 199.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288BBB is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 139 187 -
CMYK 0.79 0.26 0 0.27
HSL 199.59º 0.65% 0.45% -
HSV(B) 199.59º 0.79% 0.73% -
XYZ 19.08 22.5 50.35 -
YUV 114.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 40 139 187 0.79 0.26 0 0.27 199.59 0.65 0.45
Hex 28 8B BB 4F 1A 0 1B C8 41 2D
Octal 50 213 273 117 32 0 33 310 101 55
Binary 101000 10001011 10111011 1001111 11010 0 11011 11001000 1000001 101101

Color Harmonies of #288BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BBB

Black with #288BBB

Text Example


Text Example

White with #288BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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