Html Css Color HEX #2085CC Curious Blue

📋 copy color: '#2085CC'

red 32 ◦ green 133 ◦ blue 204

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

Shades of Curious Blue #2085CC

Tints of Curious Blue #2085CC

RGB

 RED value IS 32 (12.89% from 255) = 8.67%

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

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

R = 8.67%
G = 36.04%
B = 55.28%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2085CC (or 0x2085CC) is known color: Curious Blue. HEX triplet: 20, 85 and CC. RGB value is (32,133,204). Sum of RGB (Red+Green+Blue) = 32+133+204=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #2085CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2085CC is #DF7A33. Grayscale: #6E6E6E. Windows color (decimal): -14645812 or 13403424. OLE color: 13403424.

HSL color Cylindrical-coordinate representation of color #2085CC: hue angle of 204.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2085CC is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 133 204 -
CMYK 0.84 0.35 0 0.2
HSL 204.77º 0.73% 0.46% -
HSV(B) 204.77º 0.84% 0.8% -
XYZ 19.88 21.44 60.22 -
YUV 110.9 180.54 71.73 -
System Red Green Blue C M Y K H S L
Decimal 32 133 204 0.84 0.35 0 0.2 204.77 0.73 0.46
Hex 20 85 CC 54 23 0 14 CD 49 2E
Octal 40 205 314 124 43 0 24 315 111 56
Binary 100000 10000101 11001100 1010100 100011 0 10100 11001101 1001001 101110

Color Harmonies of #2085CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2085CC

Black with #2085CC

Text Example


Text Example

White with #2085CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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