Html Css Color HEX #288DBB Pelorous

📋 copy color: '#288DBB'

red 40 ◦ green 141 ◦ blue 187

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

Shades of Pelorous #288DBB

Tints of Pelorous #288DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

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

R = 10.87%
G = 38.32%
B = 50.82%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#288DBB (or 0x288DBB) is known color: Pelorous. HEX triplet: 28, 8D and BB. RGB value is (40,141,187). Sum of RGB (Red+Green+Blue) = 40+141+187=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #288DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DBB is #D77244. Grayscale: #737373. Windows color (decimal): -14119493 or 12291368. OLE color: 12291368.

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

Color convert

RGB 40 141 187 -
CMYK 0.79 0.25 0 0.27
HSL 198.78º 0.65% 0.45% -
HSV(B) 198.78º 0.79% 0.73% -
XYZ 19.37 23.09 50.45 -
YUV 116.05 168.04 73.76 -
System Red Green Blue C M Y K H S L
Decimal 40 141 187 0.79 0.25 0 0.27 198.78 0.65 0.45
Hex 28 8D BB 4F 19 0 1B C7 41 2D
Octal 50 215 273 117 31 0 33 307 101 55
Binary 101000 10001101 10111011 1001111 11001 0 11011 11000111 1000001 101101

Color Harmonies of #288DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DBB

Black with #288DBB

Text Example


Text Example

White with #288DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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