#85A5DD

Color #85A5DD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #85A5DD

Tints of Jordy Blue #85A5DD

Color information

#85A5DD (or 0x85A5DD) is unknown color: approx Jordy Blue. HEX triplet: 85, A5 and DD. RGB value is (133,165,221). Sum of RGB (Red+Green+Blue) = 133+165+221=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A5DD is #7A5A22. Grayscale: #A1A1A1. Windows color (decimal): -8018467 or 14525829. OLE color: 14525829.

HSL color Cylindrical-coordinate representation of color #85A5DD: hue angle of 218.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A5DD is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133165221-
CMYK0.400.2500.13
HSL218.18º56.41%69.41%-
HSV(B)218.18º39.82%86.67%-
XYZ36.1837.1273.66-
YUV161.82161.4107.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=25.63%
G=31.79%
B=42.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331652210.400.2500.13218.1856.4169.41
Hex85A5DD28190Dda3845
Octal205245335503101533270105
Binary1000010110100101110111011010001100101101110110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A5DD; }

 p { color: rgb(133,165,221); }

 H1.HeaderClassName
 {
   color: #85A5DD;
 }
 .AnyTagClassName
 {
   color: #85A5DD;
 }
</style>
background-color css

<style>
 a { background-color: #85A5DD; }

 a { background-color: rgb(133,165,221); }

 div.DivClassName
 {
   background-color: #85A5DD;
 }
 .BgClassName
 {
   background-color: #85A5DD;
 }
</style>
border-color css

<style>
 span { border-color: #85A5DD; }

 span { border-color: rgb(133,165,221); }

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