Html Css Color HEX #85A4DD Jordy Blue

📋 copy color: '#85A4DD'

red 133 ◦ green 164 ◦ blue 221

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

Shades of Jordy Blue #85A4DD

Tints of Jordy Blue #85A4DD

RGB

 RED value IS 133 (52.34% from 255) = 25.68%

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 25.68%
G = 31.66%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85A4DD (or 0x85A4DD) is known color: Jordy Blue. HEX triplet: 85, A4 and DD. RGB value is (133,164,221). Sum of RGB (Red+Green+Blue) = 133+164+221=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4DD is #7A5B22. Grayscale: #A0A0A0. Windows color (decimal): -8018723 or 14525573. OLE color: 14525573.

HSL color Cylindrical-coordinate representation of color #85A4DD: hue angle of 218.86º 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 #85A4DD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 164 221 -
CMYK 0.40 0.26 0 0.13
HSL 218.86º 0.56% 0.69% -
HSV(B) 218.86º 0.4% 0.87% -
XYZ 36 36.76 73.6 -
YUV 161.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 133 164 221 0.40 0.26 0 0.13 218.86 0.56 0.69
Hex 85 A4 DD 28 1A 0 D DB 38 45
Octal 205 244 335 50 32 0 15 333 70 105
Binary 10000101 10100100 11011101 101000 11010 0 1101 11011011 111000 1000101

Color Harmonies of #85A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A4DD

Black with #85A4DD

Text Example


Text Example

White with #85A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85A4DD;
 }
 .AnyTagClassName
 {
   color: #85A4DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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