Html Css Color HEX #2885CC Curious Blue

📋 copy color: '#2885CC'

red 40 ◦ green 133 ◦ blue 204

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

Shades of Curious Blue #2885CC

Tints of Curious Blue #2885CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 10.61%
G = 35.28%
B = 54.11%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2885CC (or 0x2885CC) is known color: Curious Blue. HEX triplet: 28, 85 and CC. RGB value is (40,133,204). Sum of RGB (Red+Green+Blue) = 40+133+204=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #2885CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885CC is #D77A33. Grayscale: #707070. Windows color (decimal): -14121524 or 13403432. OLE color: 13403432.

HSL color Cylindrical-coordinate representation of color #2885CC: hue angle of 205.98º 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 #2885CC is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 133 204 -
CMYK 0.80 0.35 0 0.2
HSL 205.98º 0.67% 0.48% -
HSV(B) 205.98º 0.8% 0.8% -
XYZ 20.16 21.59 60.23 -
YUV 113.29 179.19 75.73 -
System Red Green Blue C M Y K H S L
Decimal 40 133 204 0.80 0.35 0 0.2 205.98 0.67 0.48
Hex 28 85 CC 50 23 0 14 CE 43 30
Octal 50 205 314 120 43 0 24 316 103 60
Binary 101000 10000101 11001100 1010000 100011 0 10100 11001110 1000011 110000

Color Harmonies of #2885CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2885CC

Black with #2885CC

Text Example


Text Example

White with #2885CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2885CC; }

 p { color: rgb(40,133,204); }

 H1.HeaderClassName
 {
   color: #2885CC;
 }
 .AnyTagClassName
 {
   color: #2885CC;
 }
</style>

background-color css

<style>
 a { background-color: #2885CC; }

 a { background-color: rgb(40,133,204); }

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

border-color css

<style>
 span { border-color: #2885CC; }

 span { border-color: rgb(40,133,204); }

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