#7F9DF0

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

Shades of Jordy Blue #7F9DF0

Tints of Jordy Blue #7F9DF0

Color information

#7F9DF0 (or 0x7F9DF0) is unknown color: approx Jordy Blue. HEX triplet: 7F, 9D and F0. RGB value is (127,157,240). Sum of RGB (Red+Green+Blue) = 127+157+240=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F9DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9DF0 is #80620F. Grayscale: #9D9D9D. Windows color (decimal): -8413712 or 15768959. OLE color: 15768959.

HSL color Cylindrical-coordinate representation of color #7F9DF0: hue angle of 224.07º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F9DF0 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB127157240-
CMYK0.470.3500.06
HSL224.07º79.02%71.96%-
HSV(B)224.07º47.08%94.12%-
XYZ36.5434.9287.25-
YUV157.49174.56106.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.24%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=24.24%
G=29.96%
B=45.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1271572400.470.3500.06224.0779.0271.96
Hex7F9DF02F2306e04f48
Octal177235360574306340117110
Binary1111111100111011111000010111110001101101110000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9DF0; }

 p { color: rgb(127,157,240); }

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

<style>
 a { background-color: #7F9DF0; }

 a { background-color: rgb(127,157,240); }

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

<style>
 span { border-color: #7F9DF0; }

 span { border-color: rgb(127,157,240); }

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