Html Css Color HEX #4085AE Curious Blue

📋 copy color: '#4085AE'

red 64 ◦ green 133 ◦ blue 174

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

Shades of Curious Blue #4085AE

Tints of Curious Blue #4085AE

RGB

 RED value IS 64 (25.39% from 255) = 17.25%

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

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 17.25%
G = 35.85%
B = 46.9%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4085AE (or 0x4085AE) is known color: Curious Blue. HEX triplet: 40, 85 and AE. RGB value is (64,133,174). Sum of RGB (Red+Green+Blue) = 64+133+174=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #4085AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4085AE is #BF7A51. Grayscale: #747474. Windows color (decimal): -12548690 or 11437376. OLE color: 11437376.

HSL color Cylindrical-coordinate representation of color #4085AE: hue angle of 202.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4085AE is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 133 174 -
CMYK 0.63 0.24 0 0.32
HSL 202.36º 0.46% 0.47% -
HSV(B) 202.36º 0.63% 0.68% -
XYZ 18.14 20.92 43.13 -
YUV 117.04 160.14 90.17 -
System Red Green Blue C M Y K H S L
Decimal 64 133 174 0.63 0.24 0 0.32 202.36 0.46 0.47
Hex 40 85 AE 3F 18 0 20 CA 2E 2F
Octal 100 205 256 77 30 0 40 312 56 57
Binary 1000000 10000101 10101110 111111 11000 0 100000 11001010 101110 101111

Color Harmonies of #4085AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4085AE

Black with #4085AE

Text Example


Text Example

White with #4085AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4085AE; }

 p { color: rgb(64,133,174); }

 H1.HeaderClassName
 {
   color: #4085AE;
 }
 .AnyTagClassName
 {
   color: #4085AE;
 }
</style>

background-color css

<style>
 a { background-color: #4085AE; }

 a { background-color: rgb(64,133,174); }

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

border-color css

<style>
 span { border-color: #4085AE; }

 span { border-color: rgb(64,133,174); }

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