Html Css Color HEX #87A5F3 Jordy Blue

📋 copy color: '#87A5F3'

red 135 ◦ green 165 ◦ blue 243

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

Shades of Jordy Blue #87A5F3

Tints of Jordy Blue #87A5F3

RGB

 RED value IS 135 (53.13% from 255) = 24.86%

 GREEN value IS 165 (64.84% from 255) = 30.39%

 BLUE value IS 243 (95.31% from 255) = 44.75%

R = 24.86%
G = 30.39%
B = 44.75%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#87A5F3 (or 0x87A5F3) is known color: Jordy Blue. HEX triplet: 87, A5 and F3. RGB value is (135,165,243). Sum of RGB (Red+Green+Blue) = 135+165+243=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #87A5F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A5F3 is #785A0C. Grayscale: #A4A4A4. Windows color (decimal): -7887373 or 15967623. OLE color: 15967623.

HSL color Cylindrical-coordinate representation of color #87A5F3: hue angle of 223.33º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87A5F3 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 165 243 -
CMYK 0.44 0.32 0 0.05
HSL 223.33º 0.82% 0.74% -
HSV(B) 223.33º 0.44% 0.95% -
XYZ 39.62 38.53 90.14 -
YUV 164.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 135 165 243 0.44 0.32 0 0.05 223.33 0.82 0.74
Hex 87 A5 F3 2C 20 0 5 DF 52 4A
Octal 207 245 363 54 40 0 5 337 122 112
Binary 10000111 10100101 11110011 101100 100000 0 101 11011111 1010010 1001010

Color Harmonies of #87A5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A5F3

Black with #87A5F3

Text Example


Text Example

White with #87A5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A5F3; }

 p { color: rgb(135,165,243); }

 H1.HeaderClassName
 {
   color: #87A5F3;
 }
 .AnyTagClassName
 {
   color: #87A5F3;
 }
</style>

background-color css

<style>
 a { background-color: #87A5F3; }

 a { background-color: rgb(135,165,243); }

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

border-color css

<style>
 span { border-color: #87A5F3; }

 span { border-color: rgb(135,165,243); }

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