Html Css Color HEX #4085AF Curious Blue

📋 copy color: '#4085AF'

red 64 ◦ green 133 ◦ blue 175

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

Shades of Curious Blue #4085AF

Tints of Curious Blue #4085AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 17.2%
G = 35.75%
B = 47.04%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4085AF (or 0x4085AF) is known color: Curious Blue. HEX triplet: 40, 85 and AF. RGB value is (64,133,175). Sum of RGB (Red+Green+Blue) = 64+133+175=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #4085AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4085AF is #BF7A50. Grayscale: #747474. Windows color (decimal): -12548689 or 11502912. OLE color: 11502912.

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

Color convert

RGB 64 133 175 -
CMYK 0.63 0.24 0 0.31
HSL 202.7º 0.46% 0.47% -
HSV(B) 202.7º 0.63% 0.69% -
XYZ 18.24 20.96 43.64 -
YUV 117.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 64 133 175 0.63 0.24 0 0.31 202.7 0.46 0.47
Hex 40 85 AF 3F 18 0 1F CB 2E 2F
Octal 100 205 257 77 30 0 37 313 56 57
Binary 1000000 10000101 10101111 111111 11000 0 11111 11001011 101110 101111

Color Harmonies of #4085AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4085AF

Black with #4085AF

Text Example


Text Example

White with #4085AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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