Html Css Color HEX #288AD5 Curious Blue

📋 copy color: '#288AD5'

red 40 ◦ green 138 ◦ blue 213

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

Shades of Curious Blue #288AD5

Tints of Curious Blue #288AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.48%

R = 10.23%
G = 35.29%
B = 54.48%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#288AD5 (or 0x288AD5) is known color: Curious Blue. HEX triplet: 28, 8A and D5. RGB value is (40,138,213). Sum of RGB (Red+Green+Blue) = 40+138+213=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #288AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288AD5 is #D7752A. Grayscale: #747474. Windows color (decimal): -14120235 or 13994536. OLE color: 13994536.

HSL color Cylindrical-coordinate representation of color #288AD5: hue angle of 206.01º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288AD5 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 138 213 -
CMYK 0.81 0.35 0 0.16
HSL 206.01º 0.68% 0.5% -
HSV(B) 206.01º 0.81% 0.84% -
XYZ 21.97 23.43 66.32 -
YUV 117.25 182.03 72.9 -
System Red Green Blue C M Y K H S L
Decimal 40 138 213 0.81 0.35 0 0.16 206.01 0.68 0.5
Hex 28 8A D5 51 23 0 10 CE 44 32
Octal 50 212 325 121 43 0 20 316 104 62
Binary 101000 10001010 11010101 1010001 100011 0 10000 11001110 1000100 110010

Color Harmonies of #288AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288AD5

Black with #288AD5

Text Example


Text Example

White with #288AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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