#8DA7FD

Color #8DA7FD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8DA7FD

Tints of Jordy Blue #8DA7FD

Color information

#8DA7FD (or 0x8DA7FD) is unknown color: approx Jordy Blue. HEX triplet: 8D, A7 and FD. RGB value is (141,167,253). Sum of RGB (Red+Green+Blue) = 141+167+253=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DA7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA7FD is #725802. Grayscale: #A8A8A8. Windows color (decimal): -7493635 or 16623501. OLE color: 16623501.

HSL color Cylindrical-coordinate representation of color #8DA7FD: hue angle of 226.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA7FD is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141167253-
CMYK0.440.3400.01
HSL226.07º96.55%77.25%-
HSV(B)226.07º44.27%99.22%-
XYZ42.5340.3998.48-
YUV169.03175.39108.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=25.13%
G=29.77%
B=45.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411672530.440.3400.01226.0796.5577.25
Hex8DA7FD2C2201e2614d
Octal215247375544201342141115
Binary100011011010011111111101101100100010011110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA7FD; }

 p { color: rgb(141,167,253); }

 H1.HeaderClassName
 {
   color: #8DA7FD;
 }
 .AnyTagClassName
 {
   color: #8DA7FD;
 }
</style>
background-color css

<style>
 a { background-color: #8DA7FD; }

 a { background-color: rgb(141,167,253); }

 div.DivClassName
 {
   background-color: #8DA7FD;
 }
 .BgClassName
 {
   background-color: #8DA7FD;
 }
</style>
border-color css

<style>
 span { border-color: #8DA7FD; }

 span { border-color: rgb(141,167,253); }

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