Html Css Color HEX #85A1FD Jordy Blue

📋 copy color: '#85A1FD'

red 133 ◦ green 161 ◦ blue 253

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

Shades of Jordy Blue #85A1FD

Tints of Jordy Blue #85A1FD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.43%

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 24.31%
G = 29.43%
B = 46.25%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85A1FD (or 0x85A1FD) is known color: Jordy Blue. HEX triplet: 85, A1 and FD. RGB value is (133,161,253). Sum of RGB (Red+Green+Blue) = 133+161+253=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #85A1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A1FD is #7A5E02. Grayscale: #A2A2A2. Windows color (decimal): -8019459 or 16621957. OLE color: 16621957.

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

Color convert

RGB 133 161 253 -
CMYK 0.47 0.36 0 0.01
HSL 226º 0.97% 0.76% -
HSV(B) 226º 0.47% 0.99% -
XYZ 40.15 37.57 98.06 -
YUV 163.12 178.72 106.52 -
System Red Green Blue C M Y K H S L
Decimal 133 161 253 0.47 0.36 0 0.01 226 0.97 0.76
Hex 85 A1 FD 2F 24 0 1 E2 61 4C
Octal 205 241 375 57 44 0 1 342 141 114
Binary 10000101 10100001 11111101 101111 100100 0 1 11100010 1100001 1001100

Color Harmonies of #85A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1FD

Black with #85A1FD

Text Example


Text Example

White with #85A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,253); }

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

background-color css

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

 a { background-color: rgb(133,161,253); }

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

border-color css

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

 span { border-color: rgb(133,161,253); }

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