Html Css Color HEX #85A3FF Jordy Blue

📋 copy color: '#85A3FF'

red 133 ◦ green 163 ◦ blue 255

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

Shades of Jordy Blue #85A3FF

Tints of Jordy Blue #85A3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.58%

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

R = 24.14%
G = 29.58%
B = 46.28%

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

#85A3FF (or 0x85A3FF) is known color: Jordy Blue. HEX triplet: 85, A3 and FF. RGB value is (133,163,255). Sum of RGB (Red+Green+Blue) = 133+163+255=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #85A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A3FF is #7A5C00. Grayscale: #A4A4A4. Windows color (decimal): -8018945 or 16753541. OLE color: 16753541.

HSL color Cylindrical-coordinate representation of color #85A3FF: hue angle of 225.25º 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 #85A3FF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 163 255 -
CMYK 0.48 0.36 0 0
HSL 225.25º 1% 0.76% -
HSV(B) 225.25º 0.48% 1% -
XYZ 40.82 38.4 99.87 -
YUV 164.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 133 163 255 0.48 0.36 0 0 225.25 1 0.76
Hex 85 A3 FF 30 24 0 0 E1 64 4C
Octal 205 243 377 60 44 0 0 341 144 114
Binary 10000101 10100011 11111111 110000 100100 0 0 11100001 1100100 1001100

Color Harmonies of #85A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A3FF

Black with #85A3FF

Text Example


Text Example

White with #85A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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