Html Css Color HEX #288ACD Curious Blue

📋 copy color: '#288ACD'

red 40 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #288ACD

Tints of Curious Blue #288ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 10.44%
G = 36.03%
B = 53.52%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#288ACD (or 0x288ACD) is known color: Curious Blue. HEX triplet: 28, 8A and CD. RGB value is (40,138,205). Sum of RGB (Red+Green+Blue) = 40+138+205=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #288ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ACD is #D77532. Grayscale: #737373. Windows color (decimal): -14120243 or 13470248. OLE color: 13470248.

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

Color convert

RGB 40 138 205 -
CMYK 0.80 0.33 0 0.20
HSL 204.36º 0.67% 0.48% -
HSV(B) 204.36º 0.8% 0.8% -
XYZ 20.98 23.04 61.1 -
YUV 116.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 40 138 205 0.80 0.33 0 0.20 204.36 0.67 0.48
Hex 28 8A CD 50 21 0 14 CC 43 30
Octal 50 212 315 120 41 0 24 314 103 60
Binary 101000 10001010 11001101 1010000 100001 0 10100 11001100 1000011 110000

Color Harmonies of #288ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ACD

Black with #288ACD

Text Example


Text Example

White with #288ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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