Html Css Color HEX #288DC2 Pelorous

📋 copy color: '#288DC2'

red 40 ◦ green 141 ◦ blue 194

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

Shades of Pelorous #288DC2

Tints of Pelorous #288DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.73%

R = 10.67%
G = 37.6%
B = 51.73%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#288DC2 (or 0x288DC2) is known color: Pelorous. HEX triplet: 28, 8D and C2. RGB value is (40,141,194). Sum of RGB (Red+Green+Blue) = 40+141+194=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #288DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DC2 is #D7723D. Grayscale: #747474. Windows color (decimal): -14119486 or 12750120. OLE color: 12750120.

HSL color Cylindrical-coordinate representation of color #288DC2: hue angle of 200.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288DC2 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 141 194 -
CMYK 0.79 0.27 0 0.24
HSL 200.65º 0.66% 0.46% -
HSV(B) 200.65º 0.79% 0.76% -
XYZ 20.14 23.4 54.49 -
YUV 116.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 40 141 194 0.79 0.27 0 0.24 200.65 0.66 0.46
Hex 28 8D C2 4F 1B 0 18 C9 42 2E
Octal 50 215 302 117 33 0 30 311 102 56
Binary 101000 10001101 11000010 1001111 11011 0 11000 11001001 1000010 101110

Color Harmonies of #288DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288DC2

Black with #288DC2

Text Example


Text Example

White with #288DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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