Html Css Color HEX #85A2FF Jordy Blue

📋 copy color: '#85A2FF'

red 133 ◦ green 162 ◦ blue 255

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

Shades of Jordy Blue #85A2FF

Tints of Jordy Blue #85A2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 24.18%
G = 29.45%
B = 46.36%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85A2FF (or 0x85A2FF) is known color: Jordy Blue. HEX triplet: 85, A2 and FF. RGB value is (133,162,255). Sum of RGB (Red+Green+Blue) = 133+162+255=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #85A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A2FF is #7A5D00. Grayscale: #A3A3A3. Windows color (decimal): -8019201 or 16753285. OLE color: 16753285.

HSL color Cylindrical-coordinate representation of color #85A2FF: hue angle of 225.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A2FF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 162 255 -
CMYK 0.48 0.36 0 0
HSL 225.74º 1% 0.76% -
HSV(B) 225.74º 0.48% 1% -
XYZ 40.64 38.05 99.81 -
YUV 163.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 133 162 255 0.48 0.36 0 0 225.74 1 0.76
Hex 85 A2 FF 30 24 0 0 E2 64 4C
Octal 205 242 377 60 44 0 0 342 144 114
Binary 10000101 10100010 11111111 110000 100100 0 0 11100010 1100100 1001100

Color Harmonies of #85A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A2FF

Black with #85A2FF

Text Example


Text Example

White with #85A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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