Html Css Color HEX #288DBC Pelorous

📋 copy color: '#288DBC'

red 40 ◦ green 141 ◦ blue 188

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

Shades of Pelorous #288DBC

Tints of Pelorous #288DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 10.84%
G = 38.21%
B = 50.95%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#288DBC (or 0x288DBC) is known color: Pelorous. HEX triplet: 28, 8D and BC. RGB value is (40,141,188). Sum of RGB (Red+Green+Blue) = 40+141+188=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #288DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DBC is #D77243. Grayscale: #737373. Windows color (decimal): -14119492 or 12356904. OLE color: 12356904.

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

Color convert

RGB 40 141 188 -
CMYK 0.79 0.25 0 0.26
HSL 199.05º 0.65% 0.45% -
HSV(B) 199.05º 0.79% 0.74% -
XYZ 19.48 23.13 51.02 -
YUV 116.16 168.54 73.68 -
System Red Green Blue C M Y K H S L
Decimal 40 141 188 0.79 0.25 0 0.26 199.05 0.65 0.45
Hex 28 8D BC 4F 19 0 1A C7 41 2D
Octal 50 215 274 117 31 0 32 307 101 55
Binary 101000 10001101 10111100 1001111 11001 0 11010 11000111 1000001 101101

Color Harmonies of #288DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DBC

Black with #288DBC

Text Example


Text Example

White with #288DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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