Html Css Color HEX #288EBD Pelorous

📋 copy color: '#288EBD'

red 40 ◦ green 142 ◦ blue 189

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

Shades of Pelorous #288EBD

Tints of Pelorous #288EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 10.78%
G = 38.27%
B = 50.94%

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

#288EBD (or 0x288EBD) is known color: Pelorous. HEX triplet: 28, 8E and BD. RGB value is (40,142,189). Sum of RGB (Red+Green+Blue) = 40+142+189=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #288EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EBD is #D77142. Grayscale: #747474. Windows color (decimal): -14119235 or 12422696. OLE color: 12422696.

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

Color convert

RGB 40 142 189 -
CMYK 0.79 0.25 0 0.26
HSL 198.93º 0.65% 0.45% -
HSV(B) 198.93º 0.79% 0.74% -
XYZ 19.73 23.47 51.63 -
YUV 116.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 40 142 189 0.79 0.25 0 0.26 198.93 0.65 0.45
Hex 28 8E BD 4F 19 0 1A C7 41 2D
Octal 50 216 275 117 31 0 32 307 101 55
Binary 101000 10001110 10111101 1001111 11001 0 11010 11000111 1000001 101101

Color Harmonies of #288EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EBD

Black with #288EBD

Text Example


Text Example

White with #288EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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