Html Css Color HEX #85A8F1 Jordy Blue

📋 copy color: '#85A8F1'

red 133 ◦ green 168 ◦ blue 241

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

Shades of Jordy Blue #85A8F1

Tints of Jordy Blue #85A8F1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31%

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 24.54%
G = 31%
B = 44.46%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85A8F1 (or 0x85A8F1) is known color: Jordy Blue. HEX triplet: 85, A8 and F1. RGB value is (133,168,241). Sum of RGB (Red+Green+Blue) = 133+168+241=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #85A8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A8F1 is #7A570E. Grayscale: #A5A5A5. Windows color (decimal): -8017679 or 15837317. OLE color: 15837317.

HSL color Cylindrical-coordinate representation of color #85A8F1: hue angle of 220.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85A8F1 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 168 241 -
CMYK 0.45 0.30 0 0.05
HSL 220.56º 0.79% 0.73% -
HSV(B) 220.56º 0.45% 0.95% -
XYZ 39.55 39.34 88.73 -
YUV 165.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 133 168 241 0.45 0.30 0 0.05 220.56 0.79 0.73
Hex 85 A8 F1 2D 1E 0 5 DD 4F 49
Octal 205 250 361 55 36 0 5 335 117 111
Binary 10000101 10101000 11110001 101101 11110 0 101 11011101 1001111 1001001

Color Harmonies of #85A8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A8F1

Black with #85A8F1

Text Example


Text Example

White with #85A8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,241); }

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

background-color css

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

 a { background-color: rgb(133,168,241); }

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

border-color css

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

 span { border-color: rgb(133,168,241); }

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