Html Css Color HEX #288EC6 Curious Blue

📋 copy color: '#288EC6'

red 40 ◦ green 142 ◦ blue 198

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

Shades of Curious Blue #288EC6

Tints of Curious Blue #288EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.11%

R = 10.53%
G = 37.37%
B = 52.11%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#288EC6 (or 0x288EC6) is known color: Curious Blue. HEX triplet: 28, 8E and C6. RGB value is (40,142,198). Sum of RGB (Red+Green+Blue) = 40+142+198=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #288EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EC6 is #D77139. Grayscale: #757575. Windows color (decimal): -14119226 or 13012520. OLE color: 13012520.

HSL color Cylindrical-coordinate representation of color #288EC6: hue angle of 201.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288EC6 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 142 198 -
CMYK 0.80 0.28 0 0.22
HSL 201.27º 0.66% 0.47% -
HSV(B) 201.27º 0.8% 0.78% -
XYZ 20.74 23.87 56.94 -
YUV 117.89 173.21 72.45 -
System Red Green Blue C M Y K H S L
Decimal 40 142 198 0.80 0.28 0 0.22 201.27 0.66 0.47
Hex 28 8E C6 50 1C 0 16 C9 42 2F
Octal 50 216 306 120 34 0 26 311 102 57
Binary 101000 10001110 11000110 1010000 11100 0 10110 11001001 1000010 101111

Color Harmonies of #288EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EC6

Black with #288EC6

Text Example


Text Example

White with #288EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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