Html Css Color HEX #85A2DB Jordy Blue

📋 copy color: '#85A2DB'

red 133 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #85A2DB

Tints of Jordy Blue #85A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.52%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 25.88%
G = 31.52%
B = 42.61%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85A2DB (or 0x85A2DB) is known color: Jordy Blue. HEX triplet: 85, A2 and DB. RGB value is (133,162,219). Sum of RGB (Red+Green+Blue) = 133+162+219=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #85A2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2DB is #7A5D24. Grayscale: #9F9F9F. Windows color (decimal): -8019237 or 14393989. OLE color: 14393989.

HSL color Cylindrical-coordinate representation of color #85A2DB: hue angle of 219.77º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85A2DB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 162 219 -
CMYK 0.39 0.26 0 0.14
HSL 219.77º 0.54% 0.69% -
HSV(B) 219.77º 0.39% 0.86% -
XYZ 35.38 35.94 72.09 -
YUV 159.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 133 162 219 0.39 0.26 0 0.14 219.77 0.54 0.69
Hex 85 A2 DB 27 1A 0 E DC 36 45
Octal 205 242 333 47 32 0 16 334 66 105
Binary 10000101 10100010 11011011 100111 11010 0 1110 11011100 110110 1000101

Color Harmonies of #85A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A2DB

Black with #85A2DB

Text Example


Text Example

White with #85A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,219); }

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

background-color css

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

 a { background-color: rgb(133,162,219); }

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

border-color css

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

 span { border-color: rgb(133,162,219); }

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