Html Css Color HEX #288BCA Curious Blue

📋 copy color: '#288BCA'

red 40 ◦ green 139 ◦ blue 202

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

Shades of Curious Blue #288BCA

Tints of Curious Blue #288BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

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

R = 10.5%
G = 36.48%
B = 53.02%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#288BCA (or 0x288BCA) is known color: Curious Blue. HEX triplet: 28, 8B and CA. RGB value is (40,139,202). Sum of RGB (Red+Green+Blue) = 40+139+202=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #288BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BCA is #D77435. Grayscale: #747474. Windows color (decimal): -14119990 or 13273896. OLE color: 13273896.

HSL color Cylindrical-coordinate representation of color #288BCA: hue angle of 203.33º 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 #288BCA is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 139 202 -
CMYK 0.80 0.31 0 0.21
HSL 203.33º 0.67% 0.47% -
HSV(B) 203.33º 0.8% 0.79% -
XYZ 20.77 23.18 59.26 -
YUV 116.58 176.2 73.38 -
System Red Green Blue C M Y K H S L
Decimal 40 139 202 0.80 0.31 0 0.21 203.33 0.67 0.47
Hex 28 8B CA 50 1F 0 15 CB 43 2F
Octal 50 213 312 120 37 0 25 313 103 57
Binary 101000 10001011 11001010 1010000 11111 0 10101 11001011 1000011 101111

Color Harmonies of #288BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BCA

Black with #288BCA

Text Example


Text Example

White with #288BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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