Html Css Color HEX #288ACE Curious Blue

📋 copy color: '#288ACE'

red 40 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #288ACE

Tints of Curious Blue #288ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 10.42%
G = 35.94%
B = 53.65%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#288ACE (or 0x288ACE) is known color: Curious Blue. HEX triplet: 28, 8A and CE. RGB value is (40,138,206). Sum of RGB (Red+Green+Blue) = 40+138+206=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #288ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ACE is #D77531. Grayscale: #747474. Windows color (decimal): -14120242 or 13535784. OLE color: 13535784.

HSL color Cylindrical-coordinate representation of color #288ACE: hue angle of 204.58º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288ACE is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 138 206 -
CMYK 0.81 0.33 0 0.19
HSL 204.58º 0.67% 0.48% -
HSV(B) 204.58º 0.81% 0.81% -
XYZ 21.1 23.08 61.74 -
YUV 116.45 178.53 73.47 -
System Red Green Blue C M Y K H S L
Decimal 40 138 206 0.81 0.33 0 0.19 204.58 0.67 0.48
Hex 28 8A CE 51 21 0 13 CD 43 30
Octal 50 212 316 121 41 0 23 315 103 60
Binary 101000 10001010 11001110 1010001 100001 0 10011 11001101 1000011 110000

Color Harmonies of #288ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ACE

Black with #288ACE

Text Example


Text Example

White with #288ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,138,206); }

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

background-color css

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

 a { background-color: rgb(40,138,206); }

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

border-color css

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

 span { border-color: rgb(40,138,206); }

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