Html Css Color HEX #288ACA Curious Blue

📋 copy color: '#288ACA'

red 40 ◦ green 138 ◦ blue 202

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

Shades of Curious Blue #288ACA

Tints of Curious Blue #288ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 10.53%
G = 36.32%
B = 53.16%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#288ACA (or 0x288ACA) is known color: Curious Blue. HEX triplet: 28, 8A and CA. RGB value is (40,138,202). Sum of RGB (Red+Green+Blue) = 40+138+202=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #288ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ACA is #D77535. Grayscale: #737373. Windows color (decimal): -14120246 or 13273640. OLE color: 13273640.

HSL color Cylindrical-coordinate representation of color #288ACA: hue angle of 203.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288ACA is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 138 202 -
CMYK 0.80 0.32 0 0.21
HSL 203.7º 0.67% 0.47% -
HSV(B) 203.7º 0.8% 0.79% -
XYZ 20.62 22.89 59.21 -
YUV 115.99 176.53 73.8 -
System Red Green Blue C M Y K H S L
Decimal 40 138 202 0.80 0.32 0 0.21 203.7 0.67 0.47
Hex 28 8A CA 50 20 0 15 CC 43 2F
Octal 50 212 312 120 40 0 25 314 103 57
Binary 101000 10001010 11001010 1010000 100000 0 10101 11001100 1000011 101111

Color Harmonies of #288ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ACA

Black with #288ACA

Text Example


Text Example

White with #288ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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