Html Css Color HEX #85A5DD Jordy Blue

📋 copy color: '#85A5DD'

red 133 ◦ green 165 ◦ blue 221

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

Shades of Jordy Blue #85A5DD

Tints of Jordy Blue #85A5DD

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 value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85A5DD (or 0x85A5DD) is known color: 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

RGB 133 165 221 -
CMYK 0.40 0.25 0 0.13
HSL 218.18º 0.56% 0.69% -
HSV(B) 218.18º 0.4% 0.87% -
XYZ 36.18 37.12 73.66 -
YUV 161.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 133 165 221 0.40 0.25 0 0.13 218.18 0.56 0.69
Hex 85 A5 DD 28 19 0 D DA 38 45
Octal 205 245 335 50 31 0 15 332 70 105
Binary 10000101 10100101 11011101 101000 11001 0 1101 11011010 111000 1000101

Color Harmonies of #85A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A5DD

Black with #85A5DD

Text Example


Text Example

White with #85A5DD

Text Example


Text Example

HTML Codes & Css Web 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>