Html Css Color HEX #288EBC Pelorous

📋 copy color: '#288EBC'

red 40 ◦ green 142 ◦ blue 188

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

Shades of Pelorous #288EBC

Tints of Pelorous #288EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

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

R = 10.81%
G = 38.38%
B = 50.81%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#288EBC (or 0x288EBC) is known color: Pelorous. HEX triplet: 28, 8E and BC. RGB value is (40,142,188). Sum of RGB (Red+Green+Blue) = 40+142+188=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #288EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EBC is #D77143. Grayscale: #747474. Windows color (decimal): -14119236 or 12357160. OLE color: 12357160.

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

Color convert

RGB 40 142 188 -
CMYK 0.79 0.24 0 0.26
HSL 198.65º 0.65% 0.45% -
HSV(B) 198.65º 0.79% 0.74% -
XYZ 19.63 23.43 51.06 -
YUV 116.75 168.21 73.26 -
System Red Green Blue C M Y K H S L
Decimal 40 142 188 0.79 0.24 0 0.26 198.65 0.65 0.45
Hex 28 8E BC 4F 18 0 1A C7 41 2D
Octal 50 216 274 117 30 0 32 307 101 55
Binary 101000 10001110 10111100 1001111 11000 0 11010 11000111 1000001 101101

Color Harmonies of #288EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EBC

Black with #288EBC

Text Example


Text Example

White with #288EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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